visad
Class UnitExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by visad.VisADException
              extended by visad.UnitException
                  extended by 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

Constructor Summary
UnitExistsException(String id)
          Creates an exception from a unit identifier.
 
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

UnitExistsException

public UnitExistsException(String id)
Creates an exception from a unit identifier.