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

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