Flexiport  2.0.0
Public Member Functions | List of all members
flexiport::PortException Class Reference

Exception thrown by the Port class and its derivatives. More...

#include <flexiport/flexiport.h>

Inheritance diagram for flexiport::PortException:
Inheritance graph
[legend]
Collaboration diagram for flexiport::PortException:
Collaboration graph
[legend]

Public Member Functions

 PortException (const char *errorStr)
 
 PortException (const std::string &errorStr)
 
 ~PortException () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Exception thrown by the Port class and its derivatives.

Definition at line 55 of file flexiport.h.

Constructor & Destructor Documentation

◆ PortException() [1/2]

flexiport::PortException::PortException ( const char *  errorStr)
inline

Definition at line 58 of file flexiport.h.

◆ PortException() [2/2]

flexiport::PortException::PortException ( const std::string &  errorStr)
inline

Definition at line 60 of file flexiport.h.

◆ ~PortException()

flexiport::PortException::~PortException ( )
throw (
)
inline

Definition at line 62 of file flexiport.h.

Member Function Documentation

◆ what()

virtual const char* flexiport::PortException::what ( ) const
throw (
)
inlinevirtual

Definition at line 64 of file flexiport.h.


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