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

The exception that is thrown when the data to be parsed or to be made seems invalid and therefore can not be parsed. More...

#include <exceptions.h>

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

Public Member Functions

 InvalidDataException () noexcept
 Constructs a new exception.
 
virtual ~InvalidDataException () 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.
 

Detailed Description

The exception that is thrown when the data to be parsed or to be made seems invalid and therefore can not be parsed.

Definition at line 25 of file exceptions.h.

Constructor & Destructor Documentation

◆ InvalidDataException()

TagParser::InvalidDataException::InvalidDataException ( )
noexcept

Constructs a new exception.

Definition at line 73 of file exceptions.cpp.

◆ ~InvalidDataException()

TagParser::InvalidDataException::~InvalidDataException ( )
virtualnoexcept

Destroys the exception.

Definition at line 80 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

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

Reimplemented from TagParser::Failure.

Reimplemented in TagParser::TruncatedDataException.

Definition at line 87 of file exceptions.cpp.


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