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 std::string &what)
 
 IOException (const char *what)
 
virtual ~IOException () throw ()
 
virtual const char * what () const throw ()
 
 IOException (const std::string &what)
 
 IOException (const char *what)
 
virtual ~IOException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

std::string whatStr_
 

Detailed Description

Exception indicating problems with ASCII I/O.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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