visad
Class UnitExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
visad.VisADException
visad.UnitException
visad.UnitExistsException
- All Implemented Interfaces:
- Serializable
public final class UnitExistsException
- extends UnitException
Provides support for attempting to define a unit with a previously-used
identifier.
- Author:
- Steven R. Emmerson
This is part of Steve Emmerson's Unit package that has been
incorporated into VisAD.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnitExistsException
public UnitExistsException(String id)
- Creates an exception from a unit identifier.