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

Standard exception for namespace util methods. More...

Inherits exception.

Inherited by util::StringException, and util::UTDateException.

Public Member Functions

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

Protected Attributes

string whatStr_
 

Detailed Description

Standard exception for namespace util methods.

Constructor & Destructor Documentation

util::UException::UException ( const string &  what)
inline
util::UException::UException ( const char *  what)
inline
virtual util::UException::~UException ( )
throw (
)
inlinevirtual

Member Function Documentation

virtual const char* util::UException::what ( ) const
throw (
)
inlinevirtual

References whatStr_.

Member Data Documentation

string util::UException::whatStr_
protected

Referenced by what().