|
degate 0.1.1
|
This exception indicates, that libdegate is unable to handle the image file format. More...
#include <degate_exceptions.h>

Public Member Functions | |
| InvalidFileFormatException () | |
| InvalidFileFormatException (std::string const &str) | |
This exception indicates, that libdegate is unable to handle the image file format.
Definition at line 176 of file degate_exceptions.h.
| degate::InvalidFileFormatException::InvalidFileFormatException | ( | ) | [inline] |
Definition at line 178 of file degate_exceptions.h.
:
DegateRuntimeException("Can't read the file. It is an unknown image format.") {}
| degate::InvalidFileFormatException::InvalidFileFormatException | ( | std::string const & | str | ) | [inline] |
Definition at line 180 of file degate_exceptions.h.
: DegateRuntimeException(str) {}
1.7.4