| FEAT 3
    Finite Element Analysis Toolbox | 
 
  
| Public Member Functions | |
| UnknownRule (const String &rule, const String &shape) | |
| 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... | |
Definition at line 17 of file dynamic_factory.hpp.
| 
 | inlineexplicit | 
Definition at line 21 of file dynamic_factory.hpp.
| 
 | inlinevirtualnoexcept | 
Definition at line 25 of file dynamic_factory.hpp.
| 
 | 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().