#include <ImageException.hpp>
Inherits std::exception.

Public Member Functions | |
| ImageException (const std::string &err="", const std::string &funcname="") | |
| Constructor with error string and calling function name. | |
| ImageException (const ImageException &e) | |
| Copy Constructor. | |
| ~ImageException () throw () | |
| Exception destructor. | |
| std::string | errorString () const |
| Getter for str. | |
| virtual const char * | what () const throw () |
| Standard exception function overrinding. | |
Definition at line 56 of file ImageException.hpp.
| kn::ImageException::ImageException | ( | const std::string & | err = "", |
|
| const std::string & | funcname = "" | |||
| ) |
Constructor with error string and calling function name.
| err | Error string | |
| funcname | calling function name |
Definition at line 38 of file ImageException.cpp.
| kn::ImageException::ImageException | ( | const ImageException & | e | ) |
| kn::ImageException::~ImageException | ( | ) | throw () [inline] |
| std::string kn::ImageException::errorString | ( | ) | const [inline] |
| virtual const char* kn::ImageException::what | ( | ) | const throw () [inline, virtual] |
Standard exception function overrinding.
Definition at line 88 of file ImageException.hpp.
1.5.8