OpenShot Library | libopenshot
0.2.6
|
Base exception class with a custom message variable. More...
#include <Exceptions.h>
Public Member Functions | |
ExceptionBase (std::string message) | |
virtual const char * | what () const noexcept |
virtual | ~ExceptionBase () noexcept |
Protected Attributes | |
std::string | m_message |
Base exception class with a custom message variable.
A std::exception-derived exception class with custom message. All OpenShot exception classes inherit from this class.
Definition at line 44 of file Exceptions.h.
|
inline |
Definition at line 49 of file Exceptions.h.
|
inlinevirtualnoexcept |
Definition at line 50 of file Exceptions.h.
|
inlinevirtualnoexcept |
Definition at line 51 of file Exceptions.h.
|
protected |
Definition at line 47 of file Exceptions.h.