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

Base-class for solver generated exceptions. More...

#include <base.hpp>

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

Public Member Functions

 SolverException (const String &msg)
 
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

Base-class for solver generated exceptions.

Definition at line 125 of file base.hpp.

Constructor & Destructor Documentation

◆ SolverException()

FEAT::Solver::SolverException::SolverException ( const String msg)
inlineexplicit

Definition at line 129 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: