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...

Inheritance diagram for CannotFindTypeParameterException:

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 277 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 286 of file configurationexceptions.h.

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 300 of file configurationexceptions.h.

virtual ~CannotFindTypeParameterException ( ) throw ()
inlinevirtual

Destructor.

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

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

Copy operator.

Parameters
otherthe exception to copy

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


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