public class FormulaException extends VisADException
| Constructor and Description |
|---|
FormulaException()
Constructs a
FormulaException with no specified detail message. |
FormulaException(String message)
Constructs a
FormulaException with the specified detail message. |
FormulaException(String message,
Throwable cause)
Constructs a
FormulaException with the specified detail message
and cause. |
FormulaException(Throwable cause)
Constructs a
FormulaException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormulaException()
FormulaException with no specified detail message.public FormulaException(String message)
FormulaException with the specified detail message.message - Detail message.public FormulaException(String message, Throwable cause)
FormulaException with the specified detail message
and cause.message - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public FormulaException(Throwable cause)
FormulaException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.