BoolFormatException Class Reference
#include <UtilExceptions.h>
Detailed Description
BoolFormatException Thrown when the string that shall be converted into a boolean does not match
Definition at line 105 of file UtilExceptions.h.
Constructor & Destructor Documentation
| BoolFormatException::BoolFormatException |
( |
|
) |
[inline] |
constructor
Definition at line 108 of file UtilExceptions.h.
00109 : std::runtime_error("Bool Format") {}
The documentation for this class was generated from the following file: