OpenShot Library | libopenshot
0.2.4
|
Base exception class with a custom message variable. More...
#include <Exceptions.h>
Public Member Functions | |
BaseException (std::string message) | |
virtual const char * | what () const noexcept |
virtual | ~BaseException () noexcept |
Protected Attributes | |
std::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 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.