senf::ppi::IOEvent::ErrorException Struct Reference

Unhandled error condition. More...

#include <senf/PPI/IOEvent.hh>

Inheritance diagram for senf::ppi::IOEvent::ErrorException:

Public Member Functions

 ErrorException (int fd, int code, std::string msg)
 
- Public Member Functions inherited from senf::SystemException
int errorNumber () const
 
char const * errorString () const
 
bool anyOf (int c0, int c1=0, int c2=0, int c3=0, int c4=0, int c5=0, int c6=0, int c7=0, int c8=0, int c9=0) const
 
 SystemException (std::string const &descr="" _SENF_EXC_DEBUG_ARGS)
 
 SystemException (int code _SENF_EXC_DEBUG_ARGS)
 
 SystemException (std::string const &descr, int code _SENF_EXC_DEBUG_ARGS)
 
virtual ~SystemException ()
 
- 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

Unhandled error condition.

Definition at line 95 of file IOEvent.hh.

Constructor & Destructor Documentation

◆ ErrorException()

senf::ppi::IOEvent::ErrorException::ErrorException ( int  fd,
int  code,
std::string  msg 
)
inlineexplicit

Definition at line 96 of file IOEvent.hh.


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