Documentation of 'edu.wisc.ssec.mcidas.AreaFileException' Java class
AreaFileException
edu.wisc.ssec.mcidas

Class AreaFileException

  • All Implemented Interfaces:
    java.io.Serializable


    public class AreaFileException
    extends McIDASException
    AreaFileException class is to handle exceptions when dealing with McIDAS "AREA" files.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • AreaFileException

        public AreaFileException()
        Constructs an AreaFileException with no specified detail message.
      • AreaFileException

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

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

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