NoRuntimeModifiableParameter Class Reference
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 764 of file configurationexceptions.h.
Constructor & Destructor Documentation
| NoRuntimeModifiableParameter | ( | const char * | paramName | ) | throw () [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 774 of file configurationexceptions.h.
| NoRuntimeModifiableParameter | ( | const NoRuntimeModifiableParameter & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 788 of file configurationexceptions.h.
| virtual ~NoRuntimeModifiableParameter | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 820 of file configurationexceptions.h.
Member Function Documentation
| NoRuntimeModifiableParameter& operator= | ( | const NoRuntimeModifiableParameter & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 802 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 839 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 829 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h