senf::InvalidPacketChainException Struct Reference

Invalid packet chain operation. More...

#include <senf/Packets/PacketInterpreter.hh>

Inheritance diagram for senf::InvalidPacketChainException:

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_
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ InvalidPacketChainException()

senf::InvalidPacketChainException::InvalidPacketChainException ( )
inline

Definition at line 417 of file PacketInterpreter.hh.


The documentation for this struct was generated from the following file: