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
public class IllegalFormulaException extends InvalidFormulaException
Indicate an illegal formula exception- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalFormulaException()
IllegalFormulaException(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
-
-