Documentation of 'visad.data.units.NoSuchUnitException' Java class
NoSuchUnitException
visad.data.units

Class NoSuchUnitException

  • All Implemented Interfaces:
    java.io.Serializable


    public class NoSuchUnitException
    extends ParseException
    Exception thrown when a unit specification can't be parsed because of an unknown unit.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      NoSuchUnitException()
      Constructs a NoSuchUnitException with no specified detail message.
      NoSuchUnitException(java.lang.String message)
      Constructs a NoSuchUnitException with the specified detail message.
      NoSuchUnitException(java.lang.String message, java.lang.Throwable cause)
      Constructs a NoSuchUnitException with the specified detail message and cause.
      NoSuchUnitException(java.lang.Throwable cause)
      Constructs a NoSuchUnitException with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • NoSuchUnitException

        public NoSuchUnitException()
        Constructs a NoSuchUnitException with no specified detail message.
      • NoSuchUnitException

        public NoSuchUnitException(java.lang.String message)
        Constructs a NoSuchUnitException with the specified detail message.
        Parameters:
        message - Detail message.
      • NoSuchUnitException

        public NoSuchUnitException(java.lang.String message,
                                   java.lang.Throwable cause)
        Constructs a NoSuchUnitException with the specified detail message and cause.
        Parameters:
        message - Detail message.
        cause - Cause of the exception. null indicates that the cause is nonexistent or unknown.
      • NoSuchUnitException

        public NoSuchUnitException(java.lang.Throwable cause)
        Constructs a NoSuchUnitException 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.