|
degate 0.1.1
|
This exception indicates, that a file system operation failed. More...
#include <degate_exceptions.h>

Public Member Functions | |
| FileSystemException () | |
| FileSystemException (std::string const &str) | |
This exception indicates, that a file system operation failed.
Definition at line 157 of file degate_exceptions.h.
| degate::FileSystemException::FileSystemException | ( | ) | [inline] |
Definition at line 159 of file degate_exceptions.h.
: DegateRuntimeException("The file doesn't exist." ) {}
| degate::FileSystemException::FileSystemException | ( | std::string const & | str | ) | [inline] |
Definition at line 160 of file degate_exceptions.h.
: DegateRuntimeException(str) {}
1.7.4