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

Exception for ltl::MArray<T ,N> range check errors. More...

Inherits exception.

Public Member Functions

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

Protected Attributes

string whatStr_
 

Detailed Description

Exception for ltl::MArray<T ,N> range check errors.

Constructor & Destructor Documentation

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

Member Function Documentation

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

References whatStr_.

Member Data Documentation

string ltl::RangeException::whatStr_
protected

Referenced by what().