| OpenShot Library | libopenshot
    0.4.0
    | 
Exception for missing JSON Change key. More...
#include <Exceptions.h>
| Public Member Functions | |
| InvalidJSONKey (std::string message, std::string json) | |
| Constructor.  More... | |
| std::string | py_message () const override | 
| virtual | ~InvalidJSONKey () noexcept | 
|  Public Member Functions inherited from openshot::ExceptionBase | |
| ExceptionBase (std::string message) | |
| virtual const char * | what () const noexcept | 
| virtual | ~ExceptionBase () noexcept | 
| Public Attributes | |
| std::string | json | 
| Additional Inherited Members | |
|  Protected Attributes inherited from openshot::ExceptionBase | |
| std::string | m_message | 
Exception for missing JSON Change key.
Definition at line 262 of file Exceptions.h.
| 
 | inline | 
Constructor.
| message | A message to accompany the exception | 
| json | The json data being processed | 
Definition at line 272 of file Exceptions.h.
| 
 | inlinevirtualnoexcept | 
Definition at line 274 of file Exceptions.h.
| 
 | inlineoverridevirtual | 
Reimplemented from openshot::ExceptionBase.
Definition at line 275 of file Exceptions.h.
| std::string openshot::InvalidJSONKey::json | 
Definition at line 265 of file Exceptions.h.
Referenced by py_message().
 1.8.17
 1.8.17