ClassNameNotRegisteredException Class Reference

The exception thrown when requested class name is not registered with the factory. More...

Inheritance diagram for ClassNameNotRegisteredException:

Public Member Functions

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

Detailed Description

The exception thrown when requested class name is not registered with the factory.

Definition at line 48 of file configurationexceptions.h.

Constructor & Destructor Documentation

ClassNameNotRegisteredException ( const char *  className) throw ()
inline

Constructor.

Parameters
classNamethe name of the class that couldn't be found. The buffer for this is at most 256 characters (including the '\0' terminator)

Definition at line 58 of file configurationexceptions.h.

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 72 of file configurationexceptions.h.

virtual ~ClassNameNotRegisteredException ( ) throw ()
inlinevirtual

Destructor.

Definition at line 104 of file configurationexceptions.h.

Member Function Documentation

const char* className ( ) 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 123 of file configurationexceptions.h.

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

Copy operator.

Parameters
otherthe exception to copy

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


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