|
FEAT 3
Finite Element Analysis Toolbox
|
Base class for file related errors. More...
#include <exception.hpp>
Public Member Functions | |
| FileError (const String &message_in) | |
| Constructor. More... | |
| 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... | |
Base class for file related errors.
Definition at line 171 of file exception.hpp.
|
inlineexplicit |
Constructor.
| [in] | message_in | The error message. |
Definition at line 180 of file exception.hpp.
|
inlinevirtualnoexcept |
Definition at line 184 of file exception.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().