visad.formula
Class FormulaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.formula.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 aFormulaExceptionwith no specified detail message.FormulaException(java.lang.String message)Constructs aFormulaExceptionwith the specified detail message.FormulaException(java.lang.String message, java.lang.Throwable cause)Constructs aFormulaExceptionwith the specified detail message and cause.FormulaException(java.lang.Throwable cause)Constructs aFormulaExceptionwith the specified cause.
-
-
-
Constructor Detail
-
FormulaException
public FormulaException()
Constructs aFormulaExceptionwith no specified detail message.
-
FormulaException
public FormulaException(java.lang.String message)
Constructs aFormulaExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
FormulaException
public FormulaException(java.lang.String message, java.lang.Throwable cause)Constructs aFormulaExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
FormulaException
public FormulaException(java.lang.Throwable cause)
Constructs aFormulaExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG