#include <TypeMismatchException.hh>
Public Member Functions | |
TypeMismatchException (enum Type requestedType, enum Type actualType, const ::std::string &message) | |
virtual | ~TypeMismatchException () throw () |
Type | getRequestedType () |
Type | getActualType () |
Private Attributes | |
enum Type | rt |
enum Type | at |
neo::cca::TypeMismatchException::TypeMismatchException | ( | enum Type | requestedType, | |
enum Type | actualType, | |||
const ::std::string & | message | |||
) | [inline] |
00023 { 00024 rt = requestedType; 00025 at = actualType; 00026 setMessage(message); 00027 setType(Nonstandard); 00028 }
virtual neo::cca::TypeMismatchException::~TypeMismatchException | ( | ) | throw () [inline, virtual] |
Type neo::cca::TypeMismatchException::getRequestedType | ( | ) | [inline] |
Type neo::cca::TypeMismatchException::getActualType | ( | ) | [inline] |
enum Type neo::cca::TypeMismatchException::rt [private] |
enum Type neo::cca::TypeMismatchException::at [private] |