|
OpenShot Library | libopenshot 0.5.0
|
Exception when a required chunk is missing. More...
#include <Exceptions.h>
Public Member Functions | |
| ChunkNotFound (std::string message, int64_t frame_number, int64_t chunk_number, int64_t chunk_frame) | |
| Constructor. | |
| virtual | ~ChunkNotFound () noexcept |
| Public Member Functions inherited from openshot::FrameExceptionBase | |
| FrameExceptionBase (std::string message, int64_t frame_number=-1) | |
| 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 | |
| int64_t | chunk_frame |
| int64_t | chunk_number |
| Public Attributes inherited from openshot::FrameExceptionBase | |
| int64_t | frame_number |
Additional Inherited Members | |
| Protected Attributes inherited from openshot::ExceptionBase | |
| std::string | m_message |
Exception when a required chunk is missing.
Definition at line 78 of file Exceptions.h.
|
inline |
Constructor.
| message | A message to accompany the exception |
| frame_number | The frame number being processed |
| chunk_number | The chunk requested |
| chunk_frame | The chunk frame |
Definition at line 91 of file Exceptions.h.
|
inlinevirtualnoexcept |
Definition at line 93 of file Exceptions.h.
| int64_t openshot::ChunkNotFound::chunk_frame |
Definition at line 82 of file Exceptions.h.
Referenced by ChunkNotFound().
| int64_t openshot::ChunkNotFound::chunk_number |
Definition at line 81 of file Exceptions.h.
Referenced by ChunkNotFound().