1 #ifndef CORE_Exception_H
2 #define CORE_Exception_H
4 #include "CORE_Object.h"
57 const tString& assertion,
60 const tString&
function) ;
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