#include <Superv_Component_i.hxx>


Public Member Functions | |
| BadType (const std::string &text, const char *fileName="", const unsigned int lineNumber=0, const char *funcName="") | |
| virtual | ~BadType (void) throw () |
| virtual const char * | what (void) const throw () |
| virtual const std::string & | getExceptionName () const |
Protected Attributes | |
| std::string | _dscText |
| std::string | _filefuncName |
| std::string | _exceptionName |
| int | _lineNumber |
| std::string | _what |
| Superv_Component_i::BadType::BadType | ( | const std::string & | text, |
| const char * | fileName = "", |
||
| const unsigned int | lineNumber = 0, |
||
| const char * | funcName = "" |
||
| ) | [inline] |
| Superv_Component_i::BadType::~BadType | ( | void | ) | throw () [virtual] |
| virtual const char* DSC_Exception::what | ( | void | ) | const throw () [inline, virtual, inherited] |
References DSC_Exception::_what.
| virtual const std::string& DSC_Exception::getExceptionName | ( | ) | const [inline, virtual, inherited] |
Reimplemented in CalciumException.
References DSC_Exception::_exceptionName.
std::string DSC_Exception::_dscText [protected, inherited] |
std::string DSC_Exception::_filefuncName [protected, inherited] |
std::string DSC_Exception::_exceptionName [protected, inherited] |
Reimplemented in CalciumException.
int DSC_Exception::_lineNumber [protected, inherited] |
std::string DSC_Exception::_what [protected, inherited] |