Inter4ql
5.2
|
class that implements an exception More...
#include <Exception.h>
Public Member Functions | |
Exception (std::string arg_name, Inter4ql::Disposable *toDelete=0) | |
standard constructor that sets exception value More... | |
~Exception () | |
destructor | |
std::string | get () |
getter for exception value More... | |
Inter4ql::Disposable * | getDisp () |
getter for values to delete More... | |
void | set (std::string _name) |
setter for exception value More... | |
class that implements an exception
Inter4ql::Exception::Exception | ( | std::string | arg_name, |
Inter4ql::Disposable * | toDelete = 0 |
||
) |
standard constructor that sets exception value
arg_name | value of an exception |
std::string Inter4ql::Exception::get | ( | ) |
getter for exception value
Inter4ql::Disposable * Inter4ql::Exception::getDisp | ( | ) |
getter for values to delete
void Inter4ql::Exception::set | ( | std::string | _name | ) |
setter for exception value
_name | value of an exception |