#include <CalciumException.hxx>
Public Member Functions | |
CalciumException (const CalciumTypes::InfoType info, const std::string &text, const char *fileName, const unsigned int lineNumber, const char *funcName) | |
CalciumException (const CalciumTypes::InfoType info, const std::string &text) | |
CalciumException (CalciumTypes::InfoType info, const DSC_Exception &ex) | |
virtual | ~CalciumException () throw () |
CalciumTypes::InfoType | getInfo () const |
void | setInfo (CalciumTypes::InfoType info) |
virtual const std::string & | getExceptionName () const |
virtual const char * | what (void) const throw () |
Protected Attributes | |
CalciumTypes::InfoType | _info |
std::string | _exceptionName |
std::string | _dscText |
std::string | _filefuncName |
int | _lineNumber |
std::string | _what |
const char * | _text |
CalciumException::CalciumException | ( | const CalciumTypes::InfoType | info, |
const std::string & | text, | ||
const char * | fileName, | ||
const unsigned int | lineNumber, | ||
const char * | funcName | ||
) |
CalciumException::CalciumException | ( | const CalciumTypes::InfoType | info, |
const std::string & | text | ||
) |
CalciumException::CalciumException | ( | CalciumTypes::InfoType | info, |
const DSC_Exception & | ex | ||
) |
|
virtual |
|
virtual |
Reimplemented from DSC_Exception.
References _exceptionName.
CalciumTypes::InfoType CalciumException::getInfo | ( | ) | const |
References _info.
Referenced by ecp_effi_(), ecp_efft_(), ecp_fin_(), ecp_fini_(), and ecp_fint_().
void CalciumException::setInfo | ( | CalciumTypes::InfoType | info | ) |
References _info.
|
virtualinherited |
Reimplemented from SALOME_Exception.
References DSC_Exception::_what.
Referenced by create_calcium_port(), CalciumInterface::ecp_ecriture(), CalciumInterface::ecp_effi(), ecp_effi_(), CalciumInterface::ecp_efft(), ecp_efft_(), CalciumInterface::ecp_fin(), ecp_fin_(), CalciumInterface::ecp_fini(), ecp_fini_(), CalciumInterface::ecp_fint(), ecp_fint_(), CalciumInterface::ecp_lecture(), A::lanceException1_6(), main(), and TEST1::TEST1().
|
protectedinherited |
Referenced by DSC_Exception::DSC_Exception().
|
protected |
Referenced by getExceptionName().
|
protectedinherited |
Referenced by DSC_Exception::DSC_Exception().
|
protected |
|
protectedinherited |
Referenced by DSC_Exception::DSC_Exception().
|
protectedinherited |
|
protectedinherited |
Referenced by DSC_Exception::DSC_Exception(), and DSC_Exception::what().