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

The exception that is thrown when the data to be parsed holds no parsable information. More...

#include <exceptions.h>

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

Public Member Functions

 NoDataFoundException () USE_NOTHROW
 Constructs a new exception. More...
 
virtual ~NoDataFoundException () 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

The exception that is thrown when the data to be parsed holds no parsable information.

Definition at line 19 of file exceptions.h.

Constructor & Destructor Documentation

◆ NoDataFoundException()

Media::NoDataFoundException::NoDataFoundException ( )

Constructs a new exception.

Definition at line 42 of file exceptions.cpp.

◆ ~NoDataFoundException()

Media::NoDataFoundException::~NoDataFoundException ( )
virtual

Destroys the exception.

Definition at line 48 of file exceptions.cpp.

Member Function Documentation

◆ what()

const char * Media::NoDataFoundException::what ( ) const
virtual

Returns a C-style character string describing the cause of the exception.

Reimplemented from Media::Failure.

Definition at line 54 of file exceptions.cpp.


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