Tag Parser
6.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
This exception is thrown when the an operation is invoked that has not been implemented yet. More...
#include <exceptions.h>
Public Member Functions | |
NotImplementedException () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~NotImplementedException () 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... | |
![]() | |
Failure () USE_NOTHROW | |
Constructs a new exception. More... | |
virtual | ~Failure () USE_NOTHROW |
Destroys the exception. More... | |
This exception is thrown when the an operation is invoked that has not been implemented yet.
Definition at line 59 of file exceptions.h.
Media::NotImplementedException::NotImplementedException | ( | ) |
Constructs a new exception.
Definition at line 172 of file exceptions.cpp.
|
virtual |
Destroys the exception.
Definition at line 178 of file exceptions.cpp.
|
virtual |
Returns a C-style character string describing the cause of the exception.
Reimplemented from Media::Failure.
Definition at line 184 of file exceptions.cpp.