Package io.keikai.model
Class InvalidFormulaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.keikai.model.InvalidModelOpException
io.keikai.model.InvalidFormulaException
- All Implemented Interfaces:
Serializable
The exception is thrown when encountering an invalid formula.
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFormulaException(String message) InvalidFormulaException(String message, Throwable cause) InvalidFormulaException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFormulaException
public InvalidFormulaException() -
InvalidFormulaException
-
InvalidFormulaException
-
InvalidFormulaException
-