|
OpenShot Library | libopenshot
0.1.1
|
Exception for invalid JSON. More...
#include <Exceptions.h>
Public Member Functions | |
| InvalidJSON (string message, string file_path) | |
| virtual | ~InvalidJSON () throw () |
Public Member Functions inherited from openshot::BaseException | |
| BaseException (string message) | |
| virtual const char * | what () const throw () |
| virtual | ~BaseException () throw () |
Public Attributes | |
| string | file_path |
Additional Inherited Members | |
Protected Attributes inherited from openshot::BaseException | |
| string | m_message |
Exception for invalid JSON.
Definition at line 152 of file Exceptions.h.
|
inline |
Definition at line 156 of file Exceptions.h.
|
inlinevirtual | |||||||||||||
Definition at line 158 of file Exceptions.h.
| string openshot::InvalidJSON::file_path |
Definition at line 155 of file Exceptions.h.
1.8.6