Documentation of 'visad.formula.FormulaException' Java class
FormulaException
visad.formula

Class FormulaException

  • All Implemented Interfaces:
    java.io.Serializable


    public class FormulaException
    extends VisADException
    The type of exception thrown by the formula package.

    See Also:
    Serialized Form
    • Constructor Summary

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

      • FormulaException

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

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

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

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