Tag Parser
7.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include <exceptions.h>
Public Member Functions | |
TruncatedDataException () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~TruncatedDataException () 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... | |
![]() | |
InvalidDataException () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~InvalidDataException () USE_NOTHROW |
Destroys the exception. More... | |
![]() | |
Failure () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~Failure () USE_NOTHROW |
Destroys the exception. More... | |
Definition at line 32 of file exceptions.h.
TagParser::TruncatedDataException::TruncatedDataException | ( | ) |
Constructs a new exception.
Definition at line 100 of file exceptions.cpp.
|
virtual |
Destroys the exception.
Definition at line 107 of file exceptions.cpp.
|
virtual |
Returns a C-style character string describing the cause of the exception.
Reimplemented from TagParser::InvalidDataException.
Definition at line 114 of file exceptions.cpp.