PMDParseException(const std::string &message)
Definition: PMDExceptions.h:25
uint16_t m_recordType
Definition: PMDExceptions.h:33
std::string m_message
Definition: PMDExceptions.h:24
RecordNotFoundException(uint16_t recordType, uint16_t seqNum)
Definition: PMDExceptions.h:40
RecordNotFoundException(uint16_t recordType)
Definition: PMDExceptions.h:35
UnknownRecordSizeException(uint16_t recordType)
Definition: PMDExceptions.h:64
Definition: PMDExceptions.h:31
uint16_t m_recordType
Definition: PMDExceptions.h:62
Definition: PMDExceptions.h:56
Definition: PMDExceptions.h:46
Definition: PMDExceptions.h:22
uint16_t m_recordType
Definition: PMDExceptions.h:48
virtual ~PMDParseException()
Definition: PMDExceptions.h:28
Definition: PMDExceptions.h:60
CorruptRecordException(uint16_t recordType, const std::string &message)
Definition: PMDExceptions.h:50