OpenCPN Partial API docs
Loading...
Searching...
No Matches
serial::IOException Class Reference
Inheritance diagram for serial::IOException:

Public Member Functions

 IOException (std::string file, int line, int errnum)
 
 IOException (std::string file, int line, const char *description)
 
 IOException (const IOException &other)
 
int getErrorNumber () const
 
virtual const char * what () const throw ()
 

Detailed Description

Definition at line 690 of file serial.h.

Constructor & Destructor Documentation

◆ IOException() [1/3]

serial::IOException::IOException ( std::string  file,
int  line,
int  errnum 
)
inlineexplicit

Definition at line 699 of file serial.h.

◆ IOException() [2/3]

serial::IOException::IOException ( std::string  file,
int  line,
const char *  description 
)
inlineexplicit

Definition at line 712 of file serial.h.

◆ ~IOException()

virtual serial::IOException::~IOException ( )
throw (
)
inlinevirtual

Definition at line 719 of file serial.h.

◆ IOException() [3/3]

serial::IOException::IOException ( const IOException other)
inline

Definition at line 720 of file serial.h.

Member Function Documentation

◆ getErrorNumber()

int serial::IOException::getErrorNumber ( ) const
inline

Definition at line 722 of file serial.h.

◆ what()

virtual const char * serial::IOException::what ( ) const
throw (
)
inlinevirtual

Definition at line 724 of file serial.h.


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