1 #ifndef __EXCEPTION_H__ 2 #define __EXCEPTION_H__ 5 #include "Disposable.h" 35 void set(std::string _name);
~Exception()
destructor
Definition: Exception.cc:13
structure that handles memory managment - adds objecst and frees them
Definition: Disposable.h:43
Definition: Application.cc:37
Exception(std::string arg_name, Inter4ql::Disposable *toDelete=0)
standard constructor that sets exception value
Definition: Exception.cc:8
class that implements an exception
Definition: Exception.h:11
Inter4ql::Disposable * getDisp()
getter for values to delete
Definition: Exception.cc:20