Invalid packet chain operation. More...
#include <senf/Packets/PacketInterpreter.hh>
Public Member Functions | |
InvalidPacketChainException () | |
Public Member Functions inherited from senf::Exception | |
virtual | ~Exception () |
virtual char const * | what () const |
Public Member Functions inherited from senf::ExceptionMixin | |
std::string | message () const |
std::string | backtrace () const |
void | append (std::string text) |
Additional Inherited Members | |
Protected Member Functions inherited from senf::Exception | |
Exception (std::string const &description="") | |
Protected Member Functions inherited from senf::ExceptionMixin | |
ExceptionMixin (std::string const &description="") | |
Protected Attributes inherited from senf::ExceptionMixin | |
std::string | what_ |
Invalid packet chain operation.
This exception signals an invalid operation on the chain like trying to find a non-existent chain member and other similar error conditions.
Definition at line 416 of file PacketInterpreter.hh.
|
inline |
Definition at line 417 of file PacketInterpreter.hh.