degate 0.1.1
Public Member Functions
degate::InvalidFileFormatException Class Reference

This exception indicates, that libdegate is unable to handle the image file format. More...

#include <degate_exceptions.h>

Inheritance diagram for degate::InvalidFileFormatException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 InvalidFileFormatException ()
 InvalidFileFormatException (std::string const &str)

Detailed Description

This exception indicates, that libdegate is unable to handle the image file format.

Definition at line 176 of file degate_exceptions.h.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: