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

#include <exceptions.h>

Inheritance diagram for TagParser::InvalidDataException:
[legend]
Collaboration diagram for TagParser::InvalidDataException:
[legend]

Public Member Functions

 InvalidDataException () USE_NOTHROW
 Constructs a new exception. More...
 
virtual ~InvalidDataException () 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 TagParser::Failure
 Failure () USE_NOTHROW
 Constructs a new exception. More...
 
virtual ~Failure () USE_NOTHROW
 Destroys the exception. More...
 

Detailed Description

Definition at line 25 of file exceptions.h.

Constructor & Destructor Documentation

◆ InvalidDataException()

TagParser::InvalidDataException::InvalidDataException ( )

Constructs a new exception.

Definition at line 72 of file exceptions.cpp.

◆ ~InvalidDataException()

TagParser::InvalidDataException::~InvalidDataException ( )
virtual

Destroys the exception.

Definition at line 79 of file exceptions.cpp.

Member Function Documentation

◆ what()

const char * TagParser::InvalidDataException::what ( ) const
virtual

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

Reimplemented from TagParser::Failure.

Reimplemented in TagParser::TruncatedDataException.

Definition at line 86 of file exceptions.cpp.


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