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

The exception that is thrown when an operation has been stopped and thus not successfully completed because it has been aborted. More...

#include <exceptions.h>

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

Public Member Functions

 OperationAbortedException () noexcept
 Constructs a new exception.
 
virtual ~OperationAbortedException () 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 an operation has been stopped and thus not successfully completed because it has been aborted.

Definition at line 46 of file exceptions.h.

Constructor & Destructor Documentation

◆ OperationAbortedException()

TagParser::OperationAbortedException::OperationAbortedException ( )
noexcept

Constructs a new exception.

Definition at line 157 of file exceptions.cpp.

◆ ~OperationAbortedException()

TagParser::OperationAbortedException::~OperationAbortedException ( )
virtualnoexcept

Destroys the exception.

Definition at line 164 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

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

Reimplemented from TagParser::Failure.

Definition at line 171 of file exceptions.cpp.


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