Tag Parser  6.2.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Member Functions | List of all members
Media::NotImplementedException Class Reference

This exception is thrown when the an operation is invoked that has not been implemented yet. More...

#include <exceptions.h>

Inheritance diagram for Media::NotImplementedException:
[legend]
Collaboration diagram for Media::NotImplementedException:
[legend]

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...
 
- Public Member Functions inherited from Media::Failure
 Failure () USE_NOTHROW
 Constructs a new exception. More...
 
virtual ~Failure () USE_NOTHROW
 Destroys the exception. More...
 

Detailed Description

This exception is thrown when the an operation is invoked that has not been implemented yet.

Definition at line 59 of file exceptions.h.

Constructor & Destructor Documentation

◆ NotImplementedException()

Media::NotImplementedException::NotImplementedException ( )

Constructs a new exception.

Definition at line 172 of file exceptions.cpp.

◆ ~NotImplementedException()

Media::NotImplementedException::~NotImplementedException ( )
virtual

Destroys the exception.

Definition at line 178 of file exceptions.cpp.

Member Function Documentation

◆ what()

const char * Media::NotImplementedException::what ( ) const
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.


The documentation for this class was generated from the following files: