public final class DivideException extends OperationException
Constructor and Description |
---|
DivideException(Unit unit)
Constructs from a unit that can't be divided.
|
DivideException(Unit numerator,
Unit denominator)
Constructs from dividend and divisor units.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DivideException(Unit unit)
unit
- The unit that can't be divided.Copyright © 1999–2017 UCAR/Unidata. All rights reserved.