Package ucar.units
Class QuantityExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.QuantityExistsException
-
- All Implemented Interfaces:
Serializable
public class QuantityExistsException extends UnitException
Provides support for attempting to redefine a base quantity in a database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuantityExistsException(BaseQuantity quantity)
Constructs from the base quantity being redefined.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QuantityExistsException
public QuantityExistsException(BaseQuantity quantity)
Constructs from the base quantity being redefined.
-
-