ucar.units
Class RaiseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by ucar.units.OperationException
                  extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.