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 865 of file configurationexceptions.h.
Constructor & Destructor Documentation
|
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 879 of file configurationexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 897 of file configurationexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 937 of file configurationexceptions.h.
Member Function Documentation
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 915 of file configurationexceptions.h.
|
inline |
Returns the name of the parameter.
- Returns
- the name of the parameter
Definition at line 956 of file configurationexceptions.h.
|
inline |
Returns the expected type of the parameter.
- Returns
- the type of the parameter
Definition at line 966 of file configurationexceptions.h.
|
inline |
Returns the requested type.
- Returns
- the requested type
Definition at line 976 of file configurationexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 946 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h