Tag Parser  8.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::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 () USE_NOTHROW
 Constructs a new exception. More...
 
virtual ~OperationAbortedException () 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...
 
- Public Member Functions inherited from TagParser::Failure
 Failure () USE_NOTHROW
 Constructs a new exception. More...
 
virtual ~Failure () USE_NOTHROW
 Destroys the exception. More...
 

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 39 of file exceptions.h.

Constructor & Destructor Documentation

◆ OperationAbortedException()

TagParser::OperationAbortedException::OperationAbortedException ( )

Constructs a new exception.

Definition at line 128 of file exceptions.cpp.

◆ ~OperationAbortedException()

TagParser::OperationAbortedException::~OperationAbortedException ( )
virtual

Destroys the exception.

Definition at line 135 of file exceptions.cpp.

Member Function Documentation

◆ what()

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

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

Reimplemented from TagParser::Failure.

Definition at line 142 of file exceptions.cpp.


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