KASKADE 7 development version
Public Member Functions | List of all members
Kaskade::DirectSolverException Class Reference

To be raised if a direct solver fails. More...

#include <detailed_exception.hh>

Detailed Description

To be raised if a direct solver fails.

If the solver fails due to a singular matrix to be factorized, use SingularMatrixException instead.

Definition at line 141 of file detailed_exception.hh.

Inheritance diagram for Kaskade::DirectSolverException:
Kaskade::LinearAlgebraException Kaskade::DetailedException

Public Member Functions

 DirectSolverException (std::string const &message, std::string const &file, int const line)
 

Constructor & Destructor Documentation

◆ DirectSolverException()

Kaskade::DirectSolverException::DirectSolverException ( std::string const &  message,
std::string const &  file,
int const  line 
)
inline

Definition at line 144 of file detailed_exception.hh.


The documentation for this class was generated from the following file: