Package ucar.units
Class RaiseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.OperationException
-
- ucar.units.RaiseException
-
- All Implemented Interfaces:
Serializable
public final class RaiseException extends OperationException
Provides support for failure to raise a unit to a power.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RaiseException(Unit unit)
Constructs from the unit that couldn't be raised to a power.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RaiseException
public RaiseException(Unit unit)
Constructs from the unit that couldn't be raised to a power.- Parameters:
unit
- The unit that couldn't be raised to a power.
-
-