|
FEAT 3
Finite Element Analysis Toolbox
|
File-Not-Created exception. More...
#include <exception.hpp>
Public Member Functions | |
| FileNotCreated (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-Created exception.
This exception is thrown when a file could not be created.
Definition at line 221 of file exception.hpp.
|
inlineexplicit |
Constructor.
| [in] | filename | The name (and path) of the file that could not be created. |
Definition at line 230 of file exception.hpp.
|
inlinevirtualnoexcept |
Definition at line 234 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().