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.
- Version:
- $Id: RaiseException.java 64 2006-07-12 22:30:50Z edavis $
- Author:
- Steven R. Emmerson
- See Also:
- Serialized Form
Constructor Summary |
RaiseException(Unit unit)
Constructs from the unit that couldn't be raised to a power. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.