The exception thrown when requested a runtime modification of a parameter not marked as runtime modifiable. More...
Public Member Functions | |
NoRuntimeModifiableParameter (const char *paramName) throw () | |
Constructor. | |
NoRuntimeModifiableParameter (const NoRuntimeModifiableParameter &other) throw () | |
Copy constructor. | |
virtual | ~NoRuntimeModifiableParameter () throw () |
Destructor. | |
NoRuntimeModifiableParameter & | operator= (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
|
inline |
Constructor.
- Parameters
-
paramName the 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.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 787 of file configurationexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 819 of file configurationexceptions.h.
Member Function Documentation
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 801 of file configurationexceptions.h.
|
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.
|
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:
- configuration/include/configurationexceptions.h