|
FEAT 3
Finite Element Analysis Toolbox
|
Singular Matrix exception. More...
#include <base.hpp>
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... | |
Singular Matrix exception.
This exception may be thrown by a solver object if it detects that the matrix to be factorized is singular.
|
inlineexplicit |
|
inlineinherited |
returns error message
Definition at line 73 of file exception.hpp.
References FEAT::Exception::_message.
|
inlineoverridevirtualnoexceptinherited |
return descriptive exception name
Reimplemented in FEAT::Xml::Error.
Definition at line 79 of file exception.hpp.
References FEAT::Exception::_message.
|
privateinherited |
descriptive error message
Definition at line 30 of file exception.hpp.
Referenced by FEAT::Exception::message(), and FEAT::Exception::what().