Documentation of 'visad.UnitExistsException' Java class
UnitExistsException
visad

Class UnitExistsException

  • All Implemented Interfaces:
    java.io.Serializable


    public final class UnitExistsException
    extends UnitException
    Provides support for attempting to define a unit with a previously-used identifier.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      UnitExistsException()
      Constructs what is essentially an empty UnitExistsException.
      UnitExistsException(java.lang.String id)
      Creates an exception from a unit identifier.
      UnitExistsException(java.lang.String id, java.lang.Throwable cause)
      Creates an exception from a unit identifier, with a given cause.
      UnitExistsException(java.lang.Throwable cause)
      Constructs a UnitExistsException with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnitExistsException

        public UnitExistsException(java.lang.String id)
        Creates an exception from a unit identifier.
        Parameters:
        id - Unit ID.
      • UnitExistsException

        public UnitExistsException(java.lang.String id,
                                   java.lang.Throwable cause)
        Creates an exception from a unit identifier, with a given cause.
        Parameters:
        id - Unit ID.
        cause - Cause of the exception. null indicates that the cause is nonexistent or unknown.
      • UnitExistsException

        public UnitExistsException(java.lang.Throwable cause)
        Constructs a UnitExistsException with the specified cause.
        Parameters:
        cause - Cause of the exception. null indicates that the cause is nonexistent or unknown.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.