|
NEOCCA bindings Specification
0.2.8
|
Exception occuring when a get or put operation specifies incorrect data type for a given key already defined in the map. More...
#include <TypeMismatchException.hh>


Public Member Functions | |
| TypeMismatchException (enum Type requestedType, enum Type actualType, const ::std::string &message) | |
| virtual | ~TypeMismatchException () throw () |
| Type | getRequestedType () |
| Type | getActualType () |
Public Member Functions inherited from neo::cca::Exception | |
| virtual | ~Exception () throw () |
| virtual const char * | what () |
| Exception (enum ExceptionType t, const ::std::string &message) throw () | |
| Exception (enum ExceptionType t) throw () | |
| Exception () throw () | |
| Exception (const ::std::string &message) throw () | |
| enum ExceptionType | getType () |
| ::std::string | getMessage () |
| string form of std::exception::what(). More... | |
| void | setType (enum ExceptionType t) |
| void | setMessage (const ::std::string &message) |
Private Attributes | |
| enum Type | rt |
| enum Type | at |
Exception occuring when a get or put operation specifies incorrect data type for a given key already defined in the map.
|
inline |
|
inline |
|
inline |
|
private |
|
private |
1.8.13