#include <source/ariba/utility/transport/tcpip/protlib/ie.h>
Inherits protlib::IEError.
Public Member Functions | |
PDUSyntaxError (const char *msg) | |
PDUSyntaxError (IE::coding_t coding, uint16 category, uint16 type, uint16 subtype, uint32 pos, const char *msg="") | |
virtual | ~PDUSyntaxError () throw () |
Public Attributes | |
const IE::coding_t | coding |
const uint16 | category |
const uint16 | type |
const uint16 | subtype |
const uint32 | errorpos |
const string | message |
This exception is thrown if a syntax error is detected during deserialization.
Definition at line 202 of file ie.h.
virtual protlib::PDUSyntaxError::~PDUSyntaxError | ( | ) | throw () [inline, virtual] |
const string protlib::PDUSyntaxError::message |