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

Exception indicating a divergent iterative algorithm. More...

Inherits ltl::LinearAlgebraException.

Public Member Functions

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

Protected Attributes

string whatStr_
 

Detailed Description

Exception indicating a divergent iterative algorithm.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from ltl::LinearAlgebraException.

References whatStr_.

Member Data Documentation

string ltl::DivergenceException::whatStr_
protected

Referenced by what().