Flexiport 2.0.0
|
Exception thrown by the Port class and its derivatives. More...
#include <flexiport/flexiport.h>
Public Member Functions | |
PortException (const char *errorStr) | |
PortException (const std::string &errorStr) | |
~PortException () throw () | |
virtual const char * | what () const throw () |
Exception thrown by the Port class and its derivatives.
Definition at line 55 of file flexiport.h.
flexiport::PortException::PortException | ( | const char * | errorStr | ) | [inline] |
Definition at line 58 of file flexiport.h.
flexiport::PortException::PortException | ( | const std::string & | errorStr | ) | [inline] |
Definition at line 60 of file flexiport.h.
flexiport::PortException::~PortException | ( | ) | throw () [inline] |
Definition at line 62 of file flexiport.h.
virtual const char* flexiport::PortException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 64 of file flexiport.h.