#include <source/ariba/utility/transport/tcpip/protlib/ie.h>
Inherits protlib::IEError.
Public Member Functions | |
IEWrongLength (IE::coding_t coding, uint16 category, uint16 type, uint16 subtype, uint32 pos) | |
virtual | ~IEWrongLength () throw () |
Public Attributes | |
const IE::coding_t | coding |
const uint16 | category |
const uint16 | type |
const uint16 | subtype |
const uint32 | errorpos |
This exception is thrown if a length field inside a NetMsg has a wrong length (either too long or too short, but makes no sense). Note that this overlaps with IEMsgTooShort in some cases.
Definition at line 304 of file ie.h.
virtual protlib::IEWrongLength::~IEWrongLength | ( | ) | throw () [inline, virtual] |