public final class MultiplyException extends OperationException
| Constructor and Description |
|---|
MultiplyException(double scale,
Unit unit)
Constructs from a scale factor and a unit.
|
MultiplyException(Unit unit)
Constructs from a unit that can't be multiplied.
|
MultiplyException(Unit A,
Unit B)
Constructs from two units.
|
public MultiplyException(Unit unit)
unit - The unit that can't be multiplied.public MultiplyException(Unit A, Unit B)
A - A unit attempting to be multiplied.B - The other unit attempting to be multiplied.public MultiplyException(double scale,
Unit unit)
scale - The scale factor.unit - The unit.