Public Member Functions | Private Member Functions | Private Attributes | List of all members
serial::SerialException Class Reference

#include <serial.h>

Inheritance diagram for serial::SerialException:
Inheritance graph
[legend]

Public Member Functions

 SerialException (const char *description)
 
 SerialException (const SerialException &other)
 
virtual const char * what () const throw ()
 
virtual ~SerialException () throw ()
 

Private Member Functions

SerialExceptionoperator= (const SerialException &)
 

Private Attributes

std::string e_what_
 

Detailed Description

Definition at line 672 of file serial.h.

Constructor & Destructor Documentation

◆ SerialException() [1/2]

serial::SerialException::SerialException ( const char *  description)
inline

Definition at line 678 of file serial.h.

◆ SerialException() [2/2]

serial::SerialException::SerialException ( const SerialException other)
inline

Definition at line 683 of file serial.h.

◆ ~SerialException()

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

Definition at line 684 of file serial.h.

Member Function Documentation

◆ operator=()

SerialException& serial::SerialException::operator= ( const SerialException )
private

◆ what()

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

Definition at line 685 of file serial.h.

Member Data Documentation

◆ e_what_

std::string serial::SerialException::e_what_
private

Definition at line 676 of file serial.h.


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


serial
Author(s): William Woodall , John Harrison
autogenerated on Wed Mar 9 2022 03:10:03