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::Failure Class Reference

The class inherits from std::exception and serves as base class for exceptions thrown by the elements of the Media namespace. More...

#include <exceptions.h>

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

Public Member Functions

 Failure () noexcept
 Constructs a new exception.
 
virtual ~Failure () noexcept
 Destroys the exception.
 
virtual const char * what () const noexcept
 Returns a C-style character string describing the cause of the exception.
 

Detailed Description

The class inherits from std::exception and serves as base class for exceptions thrown by the elements of the Media namespace.

Definition at line 11 of file exceptions.h.

Constructor & Destructor Documentation

◆ Failure()

TagParser::Failure::Failure ( )
noexcept

Constructs a new exception.

Definition at line 16 of file exceptions.cpp.

◆ ~Failure()

TagParser::Failure::~Failure ( )
virtualnoexcept

Destroys the exception.

Definition at line 23 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

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