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

Public Member Functions | |
| ControllerException (const std::string &err="", const std::string &funcname="") | |
| Constructor with error string and calling function name. | |
| ControllerException (const ControllerException &e) | |
| Copy Constructor. | |
| ~ControllerException () throw () | |
| Exception destructor. | |
| std::string | errorString () const |
| Getter for str. | |
| virtual const char * | what () const throw () |
| Standard exception function overrinding. | |
Definition at line 54 of file ControllerException.hpp.
| kn::ControllerException::ControllerException | ( | 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 40 of file ControllerException.cpp.
| kn::ControllerException::ControllerException | ( | const ControllerException & | e | ) |
Copy Constructor.
| e | Error to clone |
Definition at line 51 of file ControllerException.cpp.
| kn::ControllerException::~ControllerException | ( | ) | throw () [inline] |
| std::string kn::ControllerException::errorString | ( | ) | const [inline] |
Getter for str.
Definition at line 81 of file ControllerException.hpp.
| virtual const char* kn::ControllerException::what | ( | ) | const throw () [inline, virtual] |
Standard exception function overrinding.
Definition at line 85 of file ControllerException.hpp.
1.5.8