LTL  2.0.x
Public Member Functions | Protected Attributes | List of all members
ltl::ltl::IOException Class Reference

Exception indicating problems with ASCII I/O. More...

Inherits exception, and exception.

Public Member Functions

 IOException (const string &what)
 
 IOException (const char *what)
 
virtual ~IOException () throw ()
 
virtual const char * what () const throw ()
 
 IOException (const string &what)
 
 IOException (const char *what)
 
virtual ~IOException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

string whatStr_
 

Detailed Description

Exception indicating problems with ASCII I/O.

Constructor & Destructor Documentation

◆ IOException() [1/4]

ltl::ltl::IOException::IOException ( const string &  what)
inline

◆ IOException() [2/4]

ltl::ltl::IOException::IOException ( const char *  what)
inline

◆ ~IOException() [1/2]

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

◆ IOException() [3/4]

ltl::ltl::IOException::IOException ( const string &  what)
inline

◆ IOException() [4/4]

ltl::ltl::IOException::IOException ( const char *  what)
inline

◆ ~IOException() [2/2]

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

Member Function Documentation

◆ what() [1/2]

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

◆ what() [2/2]

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

Member Data Documentation

◆ whatStr_

string ltl::ltl::IOException::whatStr_
protected