Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The exception that is thrown when the value to be written is empty but that is not allowed in that context (e.g. More...
#include <exceptions.h>
Public Member Functions | |
NoDataProvidedException () noexcept | |
Constructs a new exception. | |
virtual | ~NoDataProvidedException () noexcept |
Destroys the exception. | |
virtual const char * | what () const noexcept |
Returns a C-style character string describing the cause of the exception. | |
Public Member Functions inherited from TagParser::Failure | |
Failure () noexcept | |
Constructs a new exception. | |
virtual | ~Failure () noexcept |
Destroys the exception. | |
The exception that is thrown when the value to be written is empty but that is not allowed in that context (e.g.
an empty ID3v2 frame is not allowed).
|
noexcept |
Constructs a new exception.
Definition at line 101 of file exceptions.cpp.
|
virtualnoexcept |
Destroys the exception.
Definition at line 108 of file exceptions.cpp.
|
virtualnoexcept |
Returns a C-style character string describing the cause of the exception.
Reimplemented from TagParser::Failure.
Definition at line 115 of file exceptions.cpp.