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

Class CalibratorException

  • All Implemented Interfaces:
    java.io.Serializable


    public class CalibratorException
    extends McIDASException
    CalibratorException class is to handle exceptions when calibrating data.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • CalibratorException

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

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

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

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