| 
    OpenShot Library | libopenshot
    0.4.0
    
   | 
 
#include <Exceptions.h>
Public Member Functions | |
| FileExceptionBase (std::string message, std::string file_path="") | |
| virtual std::string | py_message () const override | 
  Public Member Functions inherited from openshot::ExceptionBase | |
| ExceptionBase (std::string message) | |
| virtual const char * | what () const noexcept | 
| virtual | ~ExceptionBase () noexcept | 
Public Attributes | |
| std::string | file_path | 
Additional Inherited Members | |
  Protected Attributes inherited from openshot::ExceptionBase | |
| std::string | m_message | 
Definition at line 61 of file Exceptions.h.
      
  | 
  inline | 
Definition at line 65 of file Exceptions.h.
      
  | 
  inlineoverridevirtual | 
Reimplemented from openshot::ExceptionBase.
Definition at line 67 of file Exceptions.h.
| std::string openshot::FileExceptionBase::file_path | 
Definition at line 64 of file Exceptions.h.
Referenced by py_message().
 1.8.17