CopyDuringObjectCreationException Class Reference
The exception thrown when trying to copy a ConfigurationParameter. More...
Inheritance diagram for CopyDuringObjectCreationException:

Public Member Functions | |
| CopyDuringObjectCreationException () throw () | |
| Constructor. | |
| CopyDuringObjectCreationException (const CopyDuringObjectCreationException &other) throw () | |
| Copy constructor. | |
| virtual | ~CopyDuringObjectCreationException () throw () |
| Destructor. | |
| CopyDuringObjectCreationException & | operator= (const CopyDuringObjectCreationException &other) throw () |
| Copy operator. | |
| virtual const char * | what () const throw () |
| Returns a C string describing the exception. | |
Detailed Description
The exception thrown when trying to copy a ConfigurationParameter.
Definition at line 581 of file configurationexceptions.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
Definition at line 587 of file configurationexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 599 of file configurationexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 627 of file configurationexceptions.h.
Member Function Documentation
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 611 of file configurationexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 636 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h