#include <ConversionException.hxx>
Public Member Functions | |
ConversionException (const std::string &what, bool prefix=true) | |
virtual | ~ConversionException () throw () |
Public Member Functions inherited from YACS::Exception | |
Exception (const std::string &what, int errNumber=0) | |
const char * | what (void) const throw () |
virtual | ~Exception () throw () |
Static Private Attributes | |
static const char | TYPEOFEXCEPTION [] ="Conversion between types failed : " |
Additional Inherited Members | |
Public Attributes inherited from YACS::Exception | |
int | errNumber |
Protected Attributes inherited from YACS::Exception | |
std::string | _what |
Definition at line 32 of file ConversionException.hxx.
ConversionException::ConversionException | ( | const std::string & | what, |
bool | prefix = true |
||
) |
Definition at line 27 of file ConversionException.cxx.
References YACS::Exception::_what, TYPEOFEXCEPTION, and YACS::Exception::what().
|
virtual |
Definition at line 34 of file ConversionException.cxx.
|
staticprivate |
Definition at line 38 of file ConversionException.hxx.
Referenced by ConversionException().