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

#include <exceptions.h>

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

Public Member Functions

 NoDataProvidedException () noexcept
 Constructs a new exception. More...
 
virtual ~NoDataProvidedException () noexcept
 Destroys the exception. More...
 
virtual const char * what () const noexcept
 Returns a C-style character string describing the cause of the exception. More...
 
- Public Member Functions inherited from TagParser::Failure
 Failure () noexcept
 Constructs a new exception. More...
 
virtual ~Failure () noexcept
 Destroys the exception. More...
 

Detailed Description

Definition at line 32 of file exceptions.h.

Constructor & Destructor Documentation

◆ NoDataProvidedException()

TagParser::NoDataProvidedException::NoDataProvidedException ( )
noexcept

Constructs a new exception.

Definition at line 101 of file exceptions.cpp.

◆ ~NoDataProvidedException()

TagParser::NoDataProvidedException::~NoDataProvidedException ( )
virtualnoexcept

Destroys the exception.

Definition at line 108 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

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

Reimplemented from TagParser::Failure.

Definition at line 115 of file exceptions.cpp.


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