Tag Parser
6.2.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The exception that is thrown when an operation has been stopped and thus not successfully completed because it has been aborted. More...
#include <exceptions.h>
Public Member Functions | |
OperationAbortedException () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~OperationAbortedException () USE_NOTHROW |
Destroys the exception. More... | |
virtual const char * | what () const USE_NOTHROW |
Returns a C-style character string describing the cause of the exception. More... | |
![]() | |
Failure () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~Failure () USE_NOTHROW |
Destroys the exception. More... | |
The exception that is thrown when an operation has been stopped and thus not successfully completed because it has been aborted.
Definition at line 43 of file exceptions.h.
Media::OperationAbortedException::OperationAbortedException | ( | ) |
Constructs a new exception.
Definition at line 120 of file exceptions.cpp.
|
virtual |
Destroys the exception.
Definition at line 126 of file exceptions.cpp.
|
virtual |
Returns a C-style character string describing the cause of the exception.
Reimplemented from Media::Failure.
Definition at line 132 of file exceptions.cpp.