The exception thrown when trying to create an object from a using a prefi that is not a group. More...
Public Member Functions | |
PrefixNotGroupException (const char *prefix) throw () | |
Constructor. More... | |
PrefixNotGroupException (const PrefixNotGroupException &other) throw () | |
Copy constructor. More... | |
virtual | ~PrefixNotGroupException () throw () |
Destructor. More... | |
PrefixNotGroupException & | operator= (const PrefixNotGroupException &other) throw () |
Copy operator. More... | |
const char * | prefix () const throw () |
Returns the prefix that we expected to be a group but is not. More... | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. More... | |
Detailed Description
The exception thrown when trying to create an object from a using a prefi that is not a group.
Definition at line 481 of file configurationexceptions.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
- Parameters
-
prefix the prefix that we expected to be a group but is not
Definition at line 489 of file configurationexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 503 of file configurationexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 535 of file configurationexceptions.h.
Member Function Documentation
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 517 of file configurationexceptions.h.
|
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 554 of file configurationexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 544 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h