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

Exception indicating problems within Linear Algebra. More...

Inherits exception, and exception.

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

Public Member Functions

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

Protected Attributes

std::string whatStr_
 

Detailed Description

Exception indicating problems within Linear Algebra.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

std::string ltl::ltl::LinearAlgebraException::whatStr_
protected