|
degate 0.1.1
|
This exception indicates an invalid path in the file system. More...
#include <degate_exceptions.h>

Public Member Functions | |
| InvalidPathException () | |
| InvalidPathException (std::string const &str) | |
This exception indicates an invalid path in the file system.
Definition at line 167 of file degate_exceptions.h.
| degate::InvalidPathException::InvalidPathException | ( | ) | [inline] |
Definition at line 169 of file degate_exceptions.h.
: FileSystemException("The file doesn't exist." ) {}
| degate::InvalidPathException::InvalidPathException | ( | std::string const & | str | ) | [inline] |
Definition at line 170 of file degate_exceptions.h.
: FileSystemException(str) {}
1.7.4