1 #ifndef neo_TypeMismatchException_hh_seen 2 #define neo_TypeMismatchException_hh_seen 42 #endif // neo_TypeMismatchException_hh_seen TypeMismatchException(enum Type requestedType, enum Type actualType, const ::std::string &message)
Definition: TypeMismatchException.hh:22
Type
Mapping of sidl/java primitive types and arrays to occuring in the TypeMap interface to integers...
Definition: Type.hh:14
void setType(enum ExceptionType t)
Definition: Exception.hh:75
This class extends the STL std::exception to allow the thrower to specify the message that the stl sa...
Definition: Exception.hh:48
Type getActualType()
Definition: TypeMismatchException.hh:35
Exception occuring when a get or put operation specifies incorrect data type for a given key already ...
Definition: TypeMismatchException.hh:14
Definition: Exception.hh:19
Type getRequestedType()
Definition: TypeMismatchException.hh:33
enum Type at
Definition: TypeMismatchException.hh:18
void setMessage(const ::std::string &message)
Definition: Exception.hh:77
This is neoclassic – the ::classic::gov::cca headers updated to be similar to the official CCA speci...
Definition: neocca.hh:62
enum Type rt
Definition: TypeMismatchException.hh:17
virtual ~TypeMismatchException()
Definition: TypeMismatchException.hh:30