ucar.units
Class QuantityExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by ucar.units.QuantityExistsException
All Implemented Interfaces:
Serializable

public class QuantityExistsException
extends UnitException

Provides support for attempting to redefine a base quantity in a database.

Version:
$Id: QuantityExistsException.java 64 2006-07-12 22:30:50Z edavis $
Author:
Steven R. Emmerson
See Also:
Serialized Form

Constructor Summary
QuantityExistsException(BaseQuantity quantity)
          Constructs from the base quantity being redefined.
 
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

QuantityExistsException

public QuantityExistsException(BaseQuantity quantity)
Constructs from the base quantity being redefined.



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