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. More...
 
 TypeMismatchOnSettingRuntimeModifiableParameter (const TypeMismatchOnSettingRuntimeModifiableParameter &other) throw ()
 Copy constructor. More...
 
virtual ~TypeMismatchOnSettingRuntimeModifiableParameter () throw ()
 Destructor. More...
 
TypeMismatchOnSettingRuntimeModifiableParameteroperator= (const TypeMismatchOnSettingRuntimeModifiableParameter &other) throw ()
 Copy operator. More...
 
const char * paramName () const throw ()
 Returns the name of the parameter. More...
 
const char * paramType () const throw ()
 Returns the expected type of the parameter. More...
 
const char * requestType () const throw ()
 Returns the requested type. More...
 
virtual const char * what () const throw ()
 Returns a C string describing the exception. More...
 

Detailed Description

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

Definition at line 967 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 981 of file configurationexceptions.h.

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 999 of file configurationexceptions.h.

virtual ~TypeMismatchOnSettingRuntimeModifiableParameter ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 1039 of file configurationexceptions.h.

Member Function Documentation

Copy operator.

Parameters
otherthe exception to copy

Definition at line 1017 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 1058 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 1068 of file configurationexceptions.h.

const char* requestType ( ) const
throw (
)
inline

Returns the requested type.

Returns
the requested type

Definition at line 1078 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 1048 of file configurationexceptions.h.


The documentation for this class was generated from the following file: