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

Exception indicating a singular Matrix. More...

Inherits ltl::LinearAlgebraException.

Public Member Functions

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

Protected Attributes

string whatStr_
 

Detailed Description

Exception indicating a singular Matrix.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from ltl::LinearAlgebraException.

References whatStr_.

Member Data Documentation

string ltl::SingularMatrixException::whatStr_
protected

Referenced by what().