Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The class inherits from std::exception and serves as base class for exceptions thrown by the elements of the Media namespace. More...
#include <exceptions.h>
Public Member Functions | |
Failure () noexcept | |
Constructs a new exception. | |
virtual | ~Failure () noexcept |
Destroys the exception. | |
virtual const char * | what () const noexcept |
Returns a C-style character string describing the cause of the exception. | |
The class inherits from std::exception and serves as base class for exceptions thrown by the elements of the Media namespace.
|
noexcept |
Constructs a new exception.
Definition at line 16 of file exceptions.cpp.
|
virtualnoexcept |
Destroys the exception.
Definition at line 23 of file exceptions.cpp.
|
virtualnoexcept |
Returns a C-style character string describing the cause of the exception.
Reimplemented in TagParser::InvalidDataException, TagParser::NoDataFoundException, TagParser::NoDataProvidedException, TagParser::NotImplementedException, TagParser::OperationAbortedException, TagParser::TruncatedDataException, and TagParser::VersionNotSupportedException.
Definition at line 30 of file exceptions.cpp.