OtherObjectBeingCreatedException Class Reference

The exception thrown when the user requests a new object for a group but there is another object for that group that is in the creation phase or has been created but not yet configured. More...

List of all members.

Public Member Functions

 OtherObjectBeingCreatedException (const char *groupName) throw ()
 Constructor.
 OtherObjectBeingCreatedException (const OtherObjectBeingCreatedException &other) throw ()
 Copy constructor.
virtual ~OtherObjectBeingCreatedException () throw ()
 Destructor.
const char * groupName () const throw ()
 Returns the name of the group in which the cycle has been discovered.
OtherObjectBeingCreatedExceptionoperator= (const OtherObjectBeingCreatedException &other) throw ()
 Copy operator.
virtual const char * what () const throw ()
 Returns a C string describing the exception.

Detailed Description

The exception thrown when the user requests a new object for a group but there is another object for that group that is in the creation phase or has been created but not yet configured.

Definition at line 660 of file configurationexceptions.h.


Constructor & Destructor Documentation

OtherObjectBeingCreatedException ( const char *  groupName) throw () [inline]

Constructor.

Parameters:
groupNamethe name of the group for which a new object is requested while another one is being created. The buffer for this is at most 256 characters (including the '\0' terminator)

Definition at line 671 of file configurationexceptions.h.

Copy constructor.

Parameters:
otherthe exception to copy

Definition at line 685 of file configurationexceptions.h.

virtual ~OtherObjectBeingCreatedException ( ) throw () [inline, virtual]

Destructor.

Definition at line 717 of file configurationexceptions.h.


Member Function Documentation

const char* groupName ( ) const throw () [inline]

Returns the name of the group in which the cycle has been discovered.

Returns:
the name of the group in which the cycle has been discovered

Definition at line 737 of file configurationexceptions.h.

OtherObjectBeingCreatedException& operator= ( const OtherObjectBeingCreatedException other) throw () [inline]

Copy operator.

Parameters:
otherthe exception to copy

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


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