UnknownElement Class Reference
#include <UtilExceptions.h>
Detailed Description
UnknownElement Thrown when a named element is tried to be accesed which is not known to the container
Definition at line 133 of file UtilExceptions.h.
Constructor & Destructor Documentation
| UnknownElement::UnknownElement |
( |
|
) |
[inline] |
constructor
Definition at line 136 of file UtilExceptions.h.
00137 : std::runtime_error("Unknown Element") {}
| UnknownElement::UnknownElement |
( |
const std::string & |
msg |
) |
[inline] |
constructor
Definition at line 140 of file UtilExceptions.h.
00141 : std::runtime_error(msg) {}
The documentation for this class was generated from the following file: