1 #ifndef CORE_Exception_H
2 #define CORE_Exception_H
this class describes the exceptions raised for CORE package
Definition: CORE_Exception.h:17
tString getMessage() const
return the message of the exception
Definition: CORE_Exception.h:80
friend std::ostream & operator<<(std::ostream &out, const CORE_Exception &obj)
print the class object
Definition: CORE_Exception.h:95
CORE_Exception()
build an exception
Definition: CORE_Exception.cpp:7
virtual tString toString() const
return the message of the exception
Definition: CORE_Exception.h:86
tMemSize getMemorySize() const
return the memory size of the class
Definition: CORE_Exception.h:74
#define tString
Definition: types.h:147
#define tMemSize
Definition: types.h:166
#define tInteger
Definition: types.h:114