Documentation of 'visad.FieldException' Java class
FieldException
visad

Class FieldException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DomainException


    public class FieldException
    extends VisADException
    FieldException is an exception for an error with a VisAD field.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      FieldException()
      Constructs a FieldException with no specified detail message.
      FieldException(java.lang.String message)
      Constructs a FieldException with the specified detail message.
      FieldException(java.lang.String message, java.lang.Throwable cause)
      Constructs a FieldException with the specified detail message and cause.
      FieldException(java.lang.Throwable cause)
      Constructs a FieldException 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

      • FieldException

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

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

        public FieldException(java.lang.String message,
                              java.lang.Throwable cause)
        Constructs a FieldException 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.
      • FieldException

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