#include <UnitError.h>


Public Member Functions | |
| UnitInputError (void) | |
| default constructor | |
| UnitInputError (const std::string message) | |
| constructor with message | |
Static Private Attributes | |
| static const std::string | INPUT_ERROR = "inappropriate unit input" |
| the default text | |
reports an input error using a unit symbol string
Definition at line 90 of file UnitError.h.
| unit::UnitInputError::UnitInputError | ( | void | ) | [inline] |
| unit::UnitInputError::UnitInputError | ( | const std::string | message | ) | [inline] |
const std::string unit::UnitInputError::INPUT_ERROR = "inappropriate unit input" [static, private] |
the default text
definition of UnitInputError default text
Definition at line 94 of file UnitError.h.
1.5.6