1 #ifndef CORE_Exception_H 2 #define CORE_Exception_H
#define tUInteger
Definition: types.h:91
virtual tString toString() const
return the message of the exception
Definition: CORE_Exception.h:76
CORE_Exception()
build an exception
Definition: CORE_Exception.cpp:7
friend ostream & operator<<(ostream &out, const CORE_Exception &obj)
print the class object
Definition: CORE_Exception.h:85
this class describes the exceptions raised for CORE package
Definition: CORE_Exception.h:15
#define tString
Definition: types.h:135
tString getMessage() const
return the message of the exception
Definition: CORE_Exception.h:70