|
OpenShot Library | libopenshot 0.5.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.
Referenced by openshot::InvalidChannels::InvalidChannels(), openshot::InvalidCodec::InvalidCodec(), openshot::InvalidFile::InvalidFile(), openshot::InvalidFormat::InvalidFormat(), openshot::InvalidJSON::InvalidJSON(), openshot::InvalidOptions::InvalidOptions(), openshot::InvalidSampleRate::InvalidSampleRate(), openshot::NoStreamsFound::NoStreamsFound(), openshot::OutOfMemory::OutOfMemory(), openshot::ReaderClosed::ReaderClosed(), openshot::ResampleError::ResampleError(), openshot::TooManySeeks::TooManySeeks(), and openshot::WriterClosed::WriterClosed().
|
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 FileExceptionBase(), openshot::InvalidChannels::InvalidChannels(), openshot::InvalidCodec::InvalidCodec(), openshot::InvalidFile::InvalidFile(), openshot::InvalidFormat::InvalidFormat(), openshot::InvalidJSON::InvalidJSON(), openshot::InvalidOptions::InvalidOptions(), openshot::InvalidSampleRate::InvalidSampleRate(), openshot::NoStreamsFound::NoStreamsFound(), openshot::OutOfMemory::OutOfMemory(), py_message(), openshot::ReaderClosed::ReaderClosed(), openshot::ResampleError::ResampleError(), openshot::TooManySeeks::TooManySeeks(), and openshot::WriterClosed::WriterClosed().