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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 1999–2019 UCAR/Unidata. All rights reserved.