C++ main module for emicrom Package
1.0
|
this class describes the exceptions raised for E-MicromM package More...
#include <EMM_Exception.h>
Public Member Functions | |
EMM_Exception () | |
build a matrix More... | |
EMM_Exception (const tString &where, const tString &what) | |
EMM_Exception (const tString &module, const tString &method, const tString &what) | |
EMM_Exception (const tString &assertion, const tString &file, const tUInteger &line, const tString &function) | |
EMM_Exception (const tString &module, const tString &assertion, const tString &file, const tUInteger &line, const tString &function) | |
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 E-MicromM package
EMM_Exception::EMM_Exception | ( | ) |
build a matrix
EMM_Exception::EMM_Exception | ( | const tString & | module, |
const tString & | method, | ||
const tString & | what | ||
) |
EMM_Exception::EMM_Exception | ( | const tString & | assertion, |
const tString & | file, | ||
const tUInteger & | line, | ||
const tString & | function | ||
) |
EMM_Exception::EMM_Exception | ( | const tString & | module, |
const tString & | assertion, | ||
const tString & | file, | ||
const tUInteger & | line, | ||
const tString & | function | ||
) |
|
inlineinherited |
return the message of the exception
References tString.
Referenced by MATH_ElementaryMultiLevelsToeplitzMatrix::buildSpectralVectorProjector(), MATH_MultiLevelsToeplitzMatrix::copy(), MATH_MultiLevelsFFTToeplitzMatrix::diagonalize(), EMM_4Tensors::doubleDotCrossDoubleDotScalar(), EMM_4Tensors::doubleDotCrossSquaredScalar(), EMM_4Tensors::doubleDotProduct(), MATH_MultiLevelsToeplitzMatrix::setLevels(), EMM_4Tensors::squaredDoubleDotCrossScalar(), EMM_4Tensors::squaredDoubleDotScalar(), and CORE_Exception::toString().
|
inlinevirtualinherited |
return the message of the exception
References CORE_Exception::getMessage().