|
FEAT 3
Finite Element Analysis Toolbox
|
File-Not-Found exception. More...
#include <exception.hpp>
Public Member Functions | |
| FileNotFound (const String &filename) | |
| 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... | |
File-Not-Found exception.
This exception is thrown when a file was not found.
Definition at line 196 of file exception.hpp.
|
inlineexplicit |
Constructor.
| [in] | filename | The name (and path) of the file that was not found. |
Definition at line 205 of file exception.hpp.
|
inlinevirtualnoexcept |
Definition at line 209 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().