OpenShot Library | libopenshot
0.1.9
|
Exception for files that can not be found or opened. More...
#include <Exceptions.h>
Public Member Functions | |
InvalidFile (string message, string file_path) | |
virtual | ~InvalidFile () throw () |
![]() | |
BaseException (string message) | |
virtual const char * | what () const throw () |
virtual | ~BaseException () throw () |
Public Attributes | |
string | file_path |
Additional Inherited Members | |
![]() | |
string | m_message |
Exception for files that can not be found or opened.
Definition at line 132 of file Exceptions.h.
|
inline |
Definition at line 136 of file Exceptions.h.
|
inlinevirtual |
Definition at line 138 of file Exceptions.h.
string openshot::InvalidFile::file_path |
Definition at line 135 of file Exceptions.h.