#include <InvalidExtractionException.hxx>


Public Member Functions | |
| InvalidExtractionException (DynType kindExpected, DynType myKind) | |
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 [] ="Invalid runtime of YACS::Any struct : having " |
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 InvalidExtractionException.hxx.
Definition at line 27 of file InvalidExtractionException.cxx.
References YACS::Exception::_what, YACS::ENGINE::TypeCode::getKindRepr(), and TYPEOFEXCEPTION.
|
staticprivate |
Definition at line 37 of file InvalidExtractionException.hxx.
Referenced by InvalidExtractionException().