PrefixNotGroupException Class Reference

The exception thrown when trying to create an object from a using a prefi that is not a group. More...

List of all members.

Public Member Functions

 PrefixNotGroupException (const char *prefix) throw ()
 Constructor.
 PrefixNotGroupException (const PrefixNotGroupException &other) throw ()
 Copy constructor.
virtual ~PrefixNotGroupException () throw ()
 Destructor.
PrefixNotGroupExceptionoperator= (const PrefixNotGroupException &other) throw ()
 Copy operator.
const char * prefix () const throw ()
 Returns the prefix that we expected to be a group but is not.
virtual const char * what () const throw ()
 Returns a C string describing the exception.

Detailed Description

The exception thrown when trying to create an object from a using a prefi that is not a group.

Definition at line 380 of file configurationexceptions.h.


Constructor & Destructor Documentation

PrefixNotGroupException ( const char *  prefix) throw () [inline]

Constructor.

Parameters:
prefixthe prefix that we expected to be a group but is not

Definition at line 388 of file configurationexceptions.h.

PrefixNotGroupException ( const PrefixNotGroupException other) throw () [inline]

Copy constructor.

Parameters:
otherthe exception to copy

Definition at line 402 of file configurationexceptions.h.

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

Destructor.

Definition at line 434 of file configurationexceptions.h.


Member Function Documentation

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

Copy operator.

Parameters:
otherthe exception to copy

Definition at line 416 of file configurationexceptions.h.

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

Returns the prefix that we expected to be a group but is not.

Returns:
the prefix that we expected to be a group but is not

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


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