CopyDuringObjectCreationException Class Reference
The exception thrown when trying to copy a ConfigurationParameter. More...
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 582 of file configurationexceptions.h.
Constructor & Destructor Documentation
CopyDuringObjectCreationException | ( | ) | throw () [inline] |
Constructor.
Definition at line 588 of file configurationexceptions.h.
CopyDuringObjectCreationException | ( | const CopyDuringObjectCreationException & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 600 of file configurationexceptions.h.
virtual ~CopyDuringObjectCreationException | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 628 of file configurationexceptions.h.
Member Function Documentation
CopyDuringObjectCreationException& operator= | ( | const CopyDuringObjectCreationException & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 612 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 637 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h