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

#include <exceptions.h>

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

Public Member Functions

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

Detailed Description

Definition at line 11 of file exceptions.h.

Constructor & Destructor Documentation

◆ Failure()

TagParser::Failure::Failure ( )

Constructs a new exception.

Definition at line 16 of file exceptions.cpp.

◆ ~Failure()

TagParser::Failure::~Failure ( )
virtual

Destroys the exception.

Definition at line 23 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

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