C++ main module for stochmagnet Package
1.0
|
this class describes the exceptions raised for SM package More...
#include <SM_Exception.h>
Public Member Functions | |
SM_Exception () | |
build a matrix More... | |
SM_Exception (const tString &where, const tString &what) | |
SM_Exception (const tString &module, const tString &method, const tString &what) | |
SM_Exception (const tString &assertion, const tString &file, const tNaturalInteger &line, const tString &function) | |
SM_Exception (const tString &module, const tString &assertion, const tString &file, const tNaturalInteger &line, const tString &function) | |
tMemSize | getMemorySize () const |
return the memory size of the class More... | |
tString | getMessage () const |
return the message of the exception More... | |
virtual tString | toString () const |
return the message of the exception More... | |
this class describes the exceptions raised for SM package
SM_Exception::SM_Exception | ( | ) |
build a matrix
SM_Exception::SM_Exception | ( | const tString & | assertion, |
const tString & | file, | ||
const tNaturalInteger & | line, | ||
const tString & | function | ||
) |
SM_Exception::SM_Exception | ( | const tString & | module, |
const tString & | assertion, | ||
const tString & | file, | ||
const tNaturalInteger & | line, | ||
const tString & | function | ||
) |
|
inlineinherited |
return the memory size of the class
|
inlineinherited |
return the message of the exception
References tString.
Referenced by SM_Run::run(), and CORE_Exception::toString().
|
inlinevirtualinherited |
return the message of the exception
References CORE_Exception::getMessage().