|
Simple Application Framework
1
|
Numerical algorithm convergence failure exception. More...
#include <ConvergenceException.h>
Public Member Functions | |
| ConvergenceException (const SourceLocation &loc) | |
| Constructor. | |
| ConvergenceException (const SourceLocation &loc, const Text::String &msg) | |
| Constructor. | |
Numerical algorithm convergence failure exception.
| Saf::Math::ConvergenceException::ConvergenceException | ( | const SourceLocation & | loc | ) | [inline] |
Constructor.
| [in] | loc | Exception source descriptor. |
| Saf::Math::ConvergenceException::ConvergenceException | ( | const SourceLocation & | loc, |
| const Text::String & | msg | ||
| ) | [inline] |
Constructor.
| [in] | loc | Exception source descriptor. |
| [in] | msg | String describing the exception and its cause. |
1.8.0