32 return "unable to parse given data";
61 return "no parsable data has been found";
89 return "data to be parsed or to be made seems to be invalid";
117 return "can not write empty value";
145 return "data to be parsed seems to be truncated";
173 return "operation has been aborted";
201 return "the version of the data to be parsed is not supported";
229 return "the operation has not been implemented yet";
virtual const char * what() const noexcept
Returns a C-style character string describing the cause of the exception.
virtual ~Failure() noexcept
Destroys the exception.
Failure() noexcept
Constructs a new exception.
InvalidDataException() noexcept
Constructs a new exception.
virtual const char * what() const noexcept
Returns a C-style character string describing the cause of the exception.
virtual ~InvalidDataException() noexcept
Destroys the exception.
virtual const char * what() const noexcept
Returns a C-style character string describing the cause of the exception.
NoDataFoundException() noexcept
Constructs a new exception.
virtual ~NoDataFoundException() noexcept
Destroys the exception.
virtual ~NoDataProvidedException() noexcept
Destroys the exception.
NoDataProvidedException() noexcept
Constructs a new exception.
virtual const char * what() const noexcept
Returns a C-style character string describing the cause of the exception.
virtual const char * what() const noexcept
Returns a C-style character string describing the cause of the exception.
NotImplementedException() noexcept
Constructs a new exception.
virtual ~NotImplementedException() noexcept
Destroys the exception.
virtual const char * what() const noexcept
Returns a C-style character string describing the cause of the exception.
virtual ~OperationAbortedException() noexcept
Destroys the exception.
OperationAbortedException() noexcept
Constructs a new exception.
TruncatedDataException() noexcept
Constructs a new exception.
virtual const char * what() const noexcept
Returns a C-style character string describing the cause of the exception.
virtual ~TruncatedDataException() noexcept
Destroys the exception.
VersionNotSupportedException() noexcept
Constructs a new exception.
virtual const char * what() const noexcept
Returns a C-style character string describing the cause of the exception.
virtual ~VersionNotSupportedException() noexcept
Destroys the exception.
Contains all classes and functions of the TagInfo library.