OpenShot Library | libopenshot
0.1.9
|
Base exception class with a custom message variable. More...
#include <Exceptions.h>
Public Member Functions | |
BaseException (string message) | |
virtual const char * | what () const throw () |
virtual | ~BaseException () throw () |
Protected Attributes | |
string | m_message |
Base exception class with a custom message variable.
A custom error message field has been added to the std::exception base class. All OpenShot exception classes inherit from this class.
Definition at line 42 of file Exceptions.h.
|
inline |
Definition at line 47 of file Exceptions.h.
|
inlinevirtual |
Definition at line 48 of file Exceptions.h.
|
inlinevirtual |
Definition at line 49 of file Exceptions.h.
|
protected |
Definition at line 45 of file Exceptions.h.