- All Implemented Interfaces:
Serializable
Specifies the invalid formula exception.
- See Also:
-
-
Constructor Summary
Constructors
Initializes a new instance of the InvalidFormulaException class with a specified error message.
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
public InvalidFormulaException(String message)
Initializes a new instance of the InvalidFormulaException class with a specified error message.
- Parameters:
message
- The message that describes the error.