NoRuntimeModifiableParameter Class Reference

The exception thrown when requested a runtime modification of a parameter not marked as runtime modifiable. More...

Inheritance diagram for NoRuntimeModifiableParameter:

Public Member Functions

 NoRuntimeModifiableParameter (const char *paramName) throw ()
 Constructor.
 
 NoRuntimeModifiableParameter (const NoRuntimeModifiableParameter &other) throw ()
 Copy constructor.
 
virtual ~NoRuntimeModifiableParameter () throw ()
 Destructor.
 
NoRuntimeModifiableParameteroperator= (const NoRuntimeModifiableParameter &other) throw ()
 Copy operator.
 
const char * paramName () const throw ()
 Returns the name of the parameter that couldn't be found.
 
virtual const char * what () const throw ()
 Returns a C string describing the exception.
 

Detailed Description

The exception thrown when requested a runtime modification of a parameter not marked as runtime modifiable.

Definition at line 763 of file configurationexceptions.h.

Constructor & Destructor Documentation

NoRuntimeModifiableParameter ( const char *  paramName) throw ()
inline

Constructor.

Parameters
paramNamethe name of the param that couldn't be found. The buffer for this is at most 256 characters (including the '\0' terminator)

Definition at line 773 of file configurationexceptions.h.

NoRuntimeModifiableParameter ( const NoRuntimeModifiableParameter other) throw ()
inline

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 787 of file configurationexceptions.h.

virtual ~NoRuntimeModifiableParameter ( ) throw ()
inlinevirtual

Destructor.

Definition at line 819 of file configurationexceptions.h.

Member Function Documentation

NoRuntimeModifiableParameter& operator= ( const NoRuntimeModifiableParameter other) throw ()
inline

Copy operator.

Parameters
otherthe exception to copy

Definition at line 801 of file configurationexceptions.h.

const char* paramName ( ) const throw ()
inline

Returns the name of the parameter that couldn't be found.

Returns
the name of the parameter that couldn't be found

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


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