#include <QuantityError.h>
Public Member Functions | |
UnitMismatch (void) | |
default constructor | |
UnitMismatch (const std::string message) | |
constructor with message | |
Static Private Attributes | |
static const std::string | UNIT_MISMATCH = "unit not found or inappropriate" |
the default text |
reports the fact that a certain unit is not found or inappropriate; needed for dynamic access.
Definition at line 69 of file QuantityError.h.
quantity::UnitMismatch::UnitMismatch | ( | void | ) | [inline] |
quantity::UnitMismatch::UnitMismatch | ( | const std::string | message | ) | [inline] |
const std::string quantity::UnitMismatch::UNIT_MISMATCH = "unit not found or inappropriate" [static, private] |
the default text
definition of UnitMismatch default text
Definition at line 73 of file QuantityError.h.