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

Exception indicating a divergent iterative algorithm. More...

Inherits ltl::ltl::LinearAlgebraException, and ltl::ltl::LinearAlgebraException.

Public Member Functions

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

Protected Attributes

string whatStr_
 

Detailed Description

Exception indicating a divergent iterative algorithm.

Constructor & Destructor Documentation

◆ DivergenceException() [1/4]

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

◆ DivergenceException() [2/4]

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

◆ ~DivergenceException() [1/2]

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

◆ DivergenceException() [3/4]

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

◆ DivergenceException() [4/4]

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

◆ ~DivergenceException() [2/2]

virtual ltl::ltl::DivergenceException::~DivergenceException ( )
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