16 Failure::Failure() USE_NOTHROW
22 Failure::~Failure() USE_NOTHROW
28 const char *Failure::what() const USE_NOTHROW
30 return "unable to parse given data";
42 NoDataFoundException::NoDataFoundException() USE_NOTHROW
48 NoDataFoundException::~NoDataFoundException() USE_NOTHROW
54 const char *NoDataFoundException::what() const USE_NOTHROW
56 return "no parsable data has been found";
68 InvalidDataException::InvalidDataException() USE_NOTHROW
74 InvalidDataException::~InvalidDataException() USE_NOTHROW
80 const char *InvalidDataException::what() const USE_NOTHROW
82 return "data to be parsed or to be made seems to be invalid";
94 TruncatedDataException::TruncatedDataException() USE_NOTHROW
100 TruncatedDataException::~TruncatedDataException() USE_NOTHROW
106 const char *TruncatedDataException::what() const USE_NOTHROW
108 return "data to be parsed seems to be truncated";
120 OperationAbortedException::OperationAbortedException() USE_NOTHROW
126 OperationAbortedException::~OperationAbortedException() USE_NOTHROW
132 const char *OperationAbortedException::what() const USE_NOTHROW
134 return "operation has been aborted";
146 VersionNotSupportedException::VersionNotSupportedException() USE_NOTHROW
152 VersionNotSupportedException::~VersionNotSupportedException() USE_NOTHROW
158 const char *VersionNotSupportedException::what() const USE_NOTHROW
160 return "the version of the data to be parsed is not supported";
172 NotImplementedException::NotImplementedException() USE_NOTHROW
178 NotImplementedException::~NotImplementedException() USE_NOTHROW
184 const char *NotImplementedException::what() const USE_NOTHROW
186 return "the operation has not been implemented yet";