Package ucar.units
Class PrefixExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.PrefixDBException
-
- ucar.units.PrefixExistsException
-
- All Implemented Interfaces:
Serializable
public class PrefixExistsException extends PrefixDBException
Provides support for prefix database failures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrefixExistsException(Prefix oldPrefix, Prefix newPrefix)
Constructs from an old prefix and a new prefix.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-