#include <QuantityError.h>

Public Member Functions | |
| InputError (void) | |
| default constructor | |
| InputError (const std::string message) | |
| constructor with message | |
Static Private Attributes | |
| static const std::string | INPUT_ERROR = "inappropriate input" |
| the default text | |
reports an input error during construction from outside data
Definition at line 90 of file QuantityError.h.
| quantity::InputError::InputError | ( | void | ) | [inline] |
| quantity::InputError::InputError | ( | const std::string | message | ) | [inline] |
const std::string quantity::InputError::INPUT_ERROR = "inappropriate input" [static, private] |
the default text
definition of InputError default text
Definition at line 94 of file QuantityError.h.
1.5.3