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