public class FormulaException extends VisADException
| 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. |
public FormulaException()
FormulaException with no specified detail message.public FormulaException(java.lang.String message)
FormulaException with the specified detail message.message - Detail message.public FormulaException(java.lang.String message,
java.lang.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(java.lang.Throwable cause)
FormulaException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.