Package io.higson.runtime.engine.core
Class InvalidFunctionToCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.higson.runtime.engine.core.exception.SmartParamException
io.higson.runtime.engine.core.InvalidFunctionToCallException
- All Implemented Interfaces:
Serializable
- Author:
- Adam Dubiel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFunctionToCallException(String parameterName, ValueHolder paramValue) -
Method Summary
Methods inherited from class io.higson.runtime.engine.core.exception.SmartParamException
getErrorCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFunctionToCallException
-