CopyDuringObjectCreationException Class Reference

The exception thrown when trying to copy a ConfigurationParameter. More...

Inheritance diagram for CopyDuringObjectCreationException:

Public Member Functions

 CopyDuringObjectCreationException () throw ()
 Constructor. More...
 
 CopyDuringObjectCreationException (const CopyDuringObjectCreationException &other) throw ()
 Copy constructor. More...
 
virtual ~CopyDuringObjectCreationException () throw ()
 Destructor. More...
 
CopyDuringObjectCreationExceptionoperator= (const CopyDuringObjectCreationException &other) throw ()
 Copy operator. More...
 
virtual const char * what () const throw ()
 Returns a C string describing the exception. More...
 

Detailed Description

The exception thrown when trying to copy a ConfigurationParameter.

Definition at line 683 of file configurationexceptions.h.

Constructor & Destructor Documentation

CopyDuringObjectCreationException ( )
throw (
)
inline

Constructor.

Definition at line 689 of file configurationexceptions.h.

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 701 of file configurationexceptions.h.

virtual ~CopyDuringObjectCreationException ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 729 of file configurationexceptions.h.

Member Function Documentation

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

Copy operator.

Parameters
otherthe exception to copy

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


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