Tag Parser
6.2.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The exception that is thrown when the data to be parsed or to be made seems invalid and therefore can not be parsed. More...
#include <exceptions.h>
Public Member Functions | |
InvalidDataException () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~InvalidDataException () 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 the data to be parsed or to be made seems invalid and therefore can not be parsed.
Definition at line 27 of file exceptions.h.
Media::InvalidDataException::InvalidDataException | ( | ) |
Constructs a new exception.
Definition at line 68 of file exceptions.cpp.
|
virtual |
Destroys the exception.
Definition at line 74 of file exceptions.cpp.
|
virtual |
Returns a C-style character string describing the cause of the exception.
Reimplemented from Media::Failure.
Reimplemented in Media::TruncatedDataException.
Definition at line 80 of file exceptions.cpp.