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

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

Inherits exception, and exception.

Public Member Functions

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

Protected Attributes

std::string whatStr_
 

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

std::string ltl::ltl::RangeException::whatStr_
protected