CannotFindTypeParameterException Class Reference

The exception thrown when requested to create an object from a group and the "type" parameter is not in the group. More...

List of all members.

Public Member Functions

 CannotFindTypeParameterException (const char *groupName) throw ()
 Constructor.
 CannotFindTypeParameterException (const CannotFindTypeParameterException &other) throw ()
 Copy constructor.
virtual ~CannotFindTypeParameterException () throw ()
 Destructor.
const char * groupName () const throw ()
 Returns the name of the class that couldn't be found.
CannotFindTypeParameterExceptionoperator= (const CannotFindTypeParameterException &other) throw ()
 Copy operator.
virtual const char * what () const throw ()
 Returns a C string describing the exception.

Detailed Description

The exception thrown when requested to create an object from a group and the "type" parameter is not in the group.

Definition at line 278 of file configurationexceptions.h.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
groupNamethe name of the group that should have had the "type" parameter

Definition at line 287 of file configurationexceptions.h.

Copy constructor.

Parameters:
otherthe exception to copy

Definition at line 301 of file configurationexceptions.h.

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

Destructor.

Definition at line 333 of file configurationexceptions.h.


Member Function Documentation

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

Returns the name of the class that couldn't be found.

Returns:
the name of the class that couldn't be found

Definition at line 352 of file configurationexceptions.h.

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

Copy operator.

Parameters:
otherthe exception to copy

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


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