TypeMismatchOnSettingRuntimeModifiableParameter Class Reference

The exception thrown when the type mismatch on the requested runtime modification of a parameter. More...

Inheritance diagram for TypeMismatchOnSettingRuntimeModifiableParameter:

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.
 
TypeMismatchOnSettingRuntimeModifiableParameteroperator= (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

TypeMismatchOnSettingRuntimeModifiableParameter ( const char *  paramName,
const char *  paramType,
const char *  requestType 
) throw ()
inline

Constructor.

Parameters
paramNamethe name of the param. The buffer for this is at most 256 characters (including the '\0' terminator)
paramTypethe type of the param. The buffer for this is at most 256 characters (including the '\0' terminator)
requestTypethe 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.

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 897 of file configurationexceptions.h.

virtual ~TypeMismatchOnSettingRuntimeModifiableParameter ( ) throw ()
inlinevirtual

Destructor.

Definition at line 937 of file configurationexceptions.h.

Member Function Documentation

Copy operator.

Parameters
otherthe exception to copy

Definition at line 915 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 956 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 966 of file configurationexceptions.h.

const char* requestType ( ) const throw ()
inline

Returns the requested type.

Returns
the requested type

Definition at line 976 of file configurationexceptions.h.

virtual const char* what ( ) const throw ()
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: