16 Failure::Failure() USE_NOTHROW
23 Failure::~Failure() USE_NOTHROW
30 const char *Failure::what() const USE_NOTHROW
32 return "unable to parse given data";
44 NoDataFoundException::NoDataFoundException() USE_NOTHROW
51 NoDataFoundException::~NoDataFoundException() USE_NOTHROW
58 const char *NoDataFoundException::what() const USE_NOTHROW
60 return "no parsable data has been found";
72 InvalidDataException::InvalidDataException() USE_NOTHROW
79 InvalidDataException::~InvalidDataException() USE_NOTHROW
86 const char *InvalidDataException::what() const USE_NOTHROW
88 return "data to be parsed or to be made seems to be invalid";
100 TruncatedDataException::TruncatedDataException() USE_NOTHROW
107 TruncatedDataException::~TruncatedDataException() USE_NOTHROW
114 const char *TruncatedDataException::what() const USE_NOTHROW
116 return "data to be parsed seems to be truncated";
128 OperationAbortedException::OperationAbortedException() USE_NOTHROW
135 OperationAbortedException::~OperationAbortedException() USE_NOTHROW
142 const char *OperationAbortedException::what() const USE_NOTHROW
144 return "operation has been aborted";
156 VersionNotSupportedException::VersionNotSupportedException() USE_NOTHROW
163 VersionNotSupportedException::~VersionNotSupportedException() USE_NOTHROW
170 const char *VersionNotSupportedException::what() const USE_NOTHROW
172 return "the version of the data to be parsed is not supported";
184 NotImplementedException::NotImplementedException() USE_NOTHROW
191 NotImplementedException::~NotImplementedException() USE_NOTHROW
198 const char *NotImplementedException::what() const USE_NOTHROW
200 return "the operation has not been implemented yet";