OpenShot Library | libopenshot
0.3.3
|
#include <Exceptions.h>
Public Member Functions | |
FrameExceptionBase (std::string message, int64_t frame_number=-1) | |
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 | |
int64_t | frame_number |
Additional Inherited Members | |
Protected Attributes inherited from openshot::ExceptionBase | |
std::string | m_message |
Definition at line 44 of file Exceptions.h.
|
inline |
Definition at line 48 of file Exceptions.h.
|
inlineoverridevirtual |
Reimplemented from openshot::ExceptionBase.
Definition at line 50 of file Exceptions.h.
int64_t openshot::FrameExceptionBase::frame_number |
Definition at line 47 of file Exceptions.h.
Referenced by py_message().