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

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

Inherits exception.

Public Member Functions

 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

ltl::IOException::IOException ( const string &  what)
inline
ltl::IOException::IOException ( const char *  what)
inline
virtual ltl::IOException::~IOException ( )
throw (
)
inlinevirtual

Member Function Documentation

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

References whatStr_.

Member Data Documentation

string ltl::IOException::whatStr_
protected

Referenced by what().