FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Solver::SingularMatrixException Class Reference

Singular Matrix exception. More...

#include <base.hpp>

Inheritance diagram for FEAT::Solver::SingularMatrixException:
FEAT::Solver::SolverException FEAT::Exception

Public Member Functions

 SingularMatrixException (const String &msg="singular matrix")
 
const String message () const
 returns error message More...
 
virtual const char * what () const noexcept override
 return descriptive exception name More...
 

Private Attributes

const String _message
 descriptive error message More...
 

Detailed Description

Singular Matrix exception.

This exception may be thrown by a solver object if it detects that the matrix to be factorized is singular.

Definition at line 157 of file base.hpp.

Constructor & Destructor Documentation

◆ SingularMatrixException()

FEAT::Solver::SingularMatrixException::SingularMatrixException ( const String msg = "singular matrix")
inlineexplicit

Definition at line 161 of file base.hpp.

Member Function Documentation

◆ message()

const String FEAT::Exception::message ( ) const
inlineinherited

returns error message

Definition at line 73 of file exception.hpp.

References FEAT::Exception::_message.

◆ what()

virtual const char * FEAT::Exception::what ( ) const
inlineoverridevirtualnoexceptinherited

return descriptive exception name

Reimplemented in FEAT::Xml::Error.

Definition at line 79 of file exception.hpp.

References FEAT::Exception::_message.

Member Data Documentation

◆ _message

const String FEAT::Exception::_message
privateinherited

descriptive error message

Definition at line 30 of file exception.hpp.

Referenced by FEAT::Exception::message(), and FEAT::Exception::what().


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