#include <QuantityError.h>
Inheritance diagram for quantity::UnitMismatch:
Public Member Functions | |
UnitMismatch (void) | |
default constructor | |
UnitMismatch (const std::string message) | |
constructor with message | |
Static Private Attributes | |
const std::string | UNIT_MISMATCH = "unit not found or inappropriate" |
definition of UnitMismatch default text |
reports the fact that a certain unit is not found or inappropriate; needed for dynamic access.
Definition at line 68 of file QuantityError.h.
|
default constructor uses the default text Definition at line 78 of file QuantityError.h. References UNIT_MISMATCH. |
|
constructor with message uses the message text Definition at line 83 of file QuantityError.h. |
|
definition of UnitMismatch default text
Definition at line 47 of file Quantity.cc. Referenced by UnitMismatch(). |