TypeMismatchOnSettingRuntimeModifiableParameter Class Reference

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

List of all members.

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 866 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 880 of file configurationexceptions.h.

Copy constructor.

Parameters:
otherthe 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

Copy operator.

Parameters:
otherthe 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: