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::ltl::LinearAlgebraException.

Public Member Functions

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

Protected Attributes

string whatStr_
 

Detailed Description

Exception indicating a singular Matrix.

Constructor & Destructor Documentation

◆ SingularMatrixException() [1/2]

ltl::SingularMatrixException::SingularMatrixException ( const string &  what)
inline

◆ SingularMatrixException() [2/2]

ltl::SingularMatrixException::SingularMatrixException ( const char *  what)
inline

◆ ~SingularMatrixException()

virtual ltl::SingularMatrixException::~SingularMatrixException ( )
throw (
)
inlinevirtual

Member Function Documentation

◆ what() [1/2]

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

◆ what() [2/2]

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

Member Data Documentation

◆ whatStr_

string ltl::ltl::LinearAlgebraException::whatStr_
protectedinherited