|
OpenShot Library | libopenshot
0.1.1
|
Exception when a required chunk is missing. More...
#include <Exceptions.h>
Public Member Functions | |
| ChunkNotFound (string message, int frame_number, int chunk_number, int chunk_frame) | |
| virtual | ~ChunkNotFound () throw () |
Public Member Functions inherited from openshot::BaseException | |
| BaseException (string message) | |
| virtual const char * | what () const throw () |
| virtual | ~BaseException () throw () |
Public Attributes | |
| int | chunk_frame |
| int | chunk_number |
| string | file_path |
| int | frame_number |
Additional Inherited Members | |
Protected Attributes inherited from openshot::BaseException | |
| string | m_message |
Exception when a required chunk is missing.
Definition at line 56 of file Exceptions.h.
|
inline |
Definition at line 63 of file Exceptions.h.
|
inlinevirtual | |||||||||||||
Definition at line 65 of file Exceptions.h.
| int openshot::ChunkNotFound::chunk_frame |
Definition at line 62 of file Exceptions.h.
| int openshot::ChunkNotFound::chunk_number |
Definition at line 61 of file Exceptions.h.
| string openshot::ChunkNotFound::file_path |
Definition at line 59 of file Exceptions.h.
| int openshot::ChunkNotFound::frame_number |
Definition at line 60 of file Exceptions.h.
1.8.6