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

Exception indicating problems within Linear Algebra. More...

Inherits exception.

Inherited by ltl::DivergenceException, and ltl::SingularMatrixException.

Public Member Functions

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

Protected Attributes

string whatStr_
 

Detailed Description

Exception indicating problems within Linear Algebra.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

string ltl::LinearAlgebraException::whatStr_
protected

Referenced by what().