Package io.keikai.api
Class IllegalFormulaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.keikai.model.InvalidModelOpException
io.keikai.model.InvalidFormulaException
io.keikai.api.IllegalFormulaException
- All Implemented Interfaces:
Serializable
Indicate an illegal formula exception
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalFormulaException(String message) IllegalFormulaException(String message, Throwable cause) IllegalFormulaException(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
-
IllegalFormulaException
public IllegalFormulaException() -
IllegalFormulaException
-
IllegalFormulaException
-
IllegalFormulaException
-