Tag Parser
7.0.3
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include <exceptions.h>
Public Member Functions | |
Failure () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~Failure () 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... | |
Definition at line 11 of file exceptions.h.
TagParser::Failure::Failure | ( | ) |
Constructs a new exception.
Definition at line 16 of file exceptions.cpp.
|
virtual |
Destroys the exception.
Definition at line 23 of file exceptions.cpp.
|
virtual |
Returns a C-style character string describing the cause of the exception.
Reimplemented in TagParser::NotImplementedException, TagParser::VersionNotSupportedException, TagParser::OperationAbortedException, TagParser::TruncatedDataException, TagParser::InvalidDataException, and TagParser::NoDataFoundException.
Definition at line 30 of file exceptions.cpp.