#include <QuantityError.h>
Inheritance diagram for quantity::DimensionMismatch:

Public Member Functions | |
| DimensionMismatch (void) | |
| default constructor | |
| DimensionMismatch (const std::string message) | |
| constructor with message | |
Static Private Attributes | |
| const std::string | DIMENSION_MISMATCH = "incommensurate quantities used" |
| definition of DimensionMismatch default text | |
for dynamic acces to dimensional information using Dynamic; signals incommensurate quantities.
Definition at line 111 of file QuantityError.h.
|
|
default constructor uses the default text Definition at line 121 of file QuantityError.h. References DIMENSION_MISMATCH. |
|
|
constructor with message uses the message text Definition at line 126 of file QuantityError.h. |
|
|
definition of DimensionMismatch default text
Definition at line 54 of file Quantity.cc. Referenced by DimensionMismatch(). |
1.3.6