TypeMismatchOnSettingRuntimeModifiableParameter Class Reference
The exception thrown when the type mismatch on the requested runtime modification of a parameter. More...
Public Member Functions | |
TypeMismatchOnSettingRuntimeModifiableParameter (const char *paramName, const char *paramType, const char *requestType) throw () | |
Constructor. | |
TypeMismatchOnSettingRuntimeModifiableParameter (const TypeMismatchOnSettingRuntimeModifiableParameter &other) throw () | |
Copy constructor. | |
virtual | ~TypeMismatchOnSettingRuntimeModifiableParameter () throw () |
Destructor. | |
TypeMismatchOnSettingRuntimeModifiableParameter & | operator= (const TypeMismatchOnSettingRuntimeModifiableParameter &other) throw () |
Copy operator. | |
const char * | paramName () const throw () |
Returns the name of the parameter. | |
const char * | paramType () const throw () |
Returns the expected type of the parameter. | |
const char * | requestType () const throw () |
Returns the requested type. | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. |
Detailed Description
The exception thrown when the type mismatch on the requested runtime modification of a parameter.
Definition at line 866 of file configurationexceptions.h.
Constructor & Destructor Documentation
TypeMismatchOnSettingRuntimeModifiableParameter | ( | const char * | paramName, |
const char * | paramType, | ||
const char * | requestType | ||
) | throw () [inline] |
Constructor.
- Parameters:
-
paramName the name of the param. The buffer for this is at most 256 characters (including the '\0' terminator) paramType the type of the param. The buffer for this is at most 256 characters (including the '\0' terminator) requestType the type of the requestion. The buffer for this is at most 256 characters (including the '\0' terminator)
Definition at line 880 of file configurationexceptions.h.
TypeMismatchOnSettingRuntimeModifiableParameter | ( | const TypeMismatchOnSettingRuntimeModifiableParameter & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 898 of file configurationexceptions.h.
virtual ~TypeMismatchOnSettingRuntimeModifiableParameter | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 938 of file configurationexceptions.h.
Member Function Documentation
TypeMismatchOnSettingRuntimeModifiableParameter& operator= | ( | const TypeMismatchOnSettingRuntimeModifiableParameter & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 916 of file configurationexceptions.h.
const char* paramName | ( | ) | const throw () [inline] |
Returns the name of the parameter.
- Returns:
- the name of the parameter
Definition at line 957 of file configurationexceptions.h.
const char* paramType | ( | ) | const throw () [inline] |
Returns the expected type of the parameter.
- Returns:
- the type of the parameter
Definition at line 967 of file configurationexceptions.h.
const char* requestType | ( | ) | const throw () [inline] |
Returns the requested type.
- Returns:
- the requested type
Definition at line 977 of file configurationexceptions.h.
virtual const char* what | ( | ) | const throw () [inline, virtual] |
Returns a C string describing the exception.
- Returns:
- a C string describing the exception
Definition at line 947 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h