#include <source/ariba/utility/transport/tcpip/protlib/ie.h>
Inherits protlib::IEError.
Public Member Functions | |
IEWrongType (IE::coding_t coding, uint16 category, uint32 pos) | |
IEWrongType (IE::coding_t coding, uint16 category, uint16 type, uint32 pos) | |
virtual | ~IEWrongType () throw () |
Public Attributes | |
const IE::coding_t | coding |
const uint16 | category |
const uint16 | type |
const uint32 | errorpos |
Typically thrown if deserialize() fails because there is no matching IE registered with the IEManager.
Definition at line 259 of file ie.h.
virtual protlib::IEWrongType::~IEWrongType | ( | ) | throw () [inline, virtual] |