Tag Parser 12.5.0
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 holds no parsable information (e.g. More...
#include <exceptions.h>
Public Member Functions | |
NoDataFoundException () noexcept | |
Constructs a new exception. | |
virtual | ~NoDataFoundException () noexcept |
Destroys the exception. | |
virtual const char * | what () const noexcept |
Returns a C-style character string describing the cause of the exception. | |
![]() | |
Failure () noexcept | |
Constructs a new exception. | |
virtual | ~Failure () noexcept |
Destroys the exception. | |
The exception that is thrown when the data to be parsed holds no parsable information (e.g.
relevant section in the file does not exist or has size of zero).
Definition at line 18 of file exceptions.h.
|
noexcept |
Constructs a new exception.
Definition at line 45 of file exceptions.cpp.
|
virtualnoexcept |
Destroys the exception.
Definition at line 52 of file exceptions.cpp.
|
virtualnoexcept |
Returns a C-style character string describing the cause of the exception.
Reimplemented from TagParser::Failure.
Definition at line 59 of file exceptions.cpp.