java.lang.Object
omix.mathxp.util.Error.MismatchingUnitsError
- All Implemented Interfaces:
Error.ErrorTypeInterface
- Enclosing class:
- Error
public static class Error.MismatchingUnitsError extends Object implements Error.ErrorTypeInterface
-
Field Summary
Fields Modifier and Type Field Description MathExpression
expression
UnitInterface
unitA
UnitInterface
unitB
-
Constructor Summary
Constructors Constructor Description MismatchingUnitsError(UnitInterface unitA, UnitInterface unitB, MathExpression expression)
-
Method Summary