|
This exception is thrown when an error occurs during file access. More...
#include <ArmarXCore/core/exceptions/local/FileIOException.h>
Public Member Functions | |
FileIOException (std::string fileName) | |
std::string | name () const override |
~FileIOException () noexcept override | |
Public Attributes | |
std::string | fileName |
This exception is thrown when an error occurs during file access.
Definition at line 38 of file FileIOException.h.
|
inline |
Definition at line 43 of file FileIOException.h.
|
inlineoverridenoexcept |
Definition at line 48 of file FileIOException.h.
|
inlineoverride |
Definition at line 51 of file FileIOException.h.
std::string fileName |
Definition at line 41 of file FileIOException.h.