|
degate 0.1.1
|
This exception is thrown if a ZIP archive cannot be exported. More...
#include <degate_exceptions.h>

Public Member Functions | |
| ZipException () | |
| ZipException (std::string const &str) | |
This exception is thrown if a ZIP archive cannot be exported.
Definition at line 188 of file degate_exceptions.h.
| degate::ZipException::ZipException | ( | ) | [inline] |
Definition at line 190 of file degate_exceptions.h.
: DegateRuntimeException("Can't export ZIP archive." ) {}
| degate::ZipException::ZipException | ( | std::string const & | str | ) | [inline] |
Definition at line 191 of file degate_exceptions.h.
: DegateRuntimeException(str) {}
1.7.4