senf::ppi::connector::IncompatibleConnectorsException Struct Reference

Incompatible connectors connected. More...

#include <senf/PPI/Connectors.hh>

Inheritance diagram for senf::ppi::connector::IncompatibleConnectorsException:

Public Member Functions

 IncompatibleConnectorsException ()
 
- 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

Incompatible connectors connected.

This exception is thrown, when two incompatible connectors are connected. This happens if both connectors of a senf::ppi::connect() statement declare a packet type (the connector template argument) but they don't declare the same packet type.

You need to ensure, that both connectors use the same packet type.

See also
senf::ppi::connect()

Definition at line 143 of file Connectors.hh.

Constructor & Destructor Documentation

◆ IncompatibleConnectorsException()

senf::ppi::connector::IncompatibleConnectorsException::IncompatibleConnectorsException ( )
inline

Definition at line 144 of file Connectors.hh.


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