InvalidFunctionCallException
open class InvalidFunctionCallException(val call: FunctionCall<*>, reason: String? = null, includeArguments: Boolean = true) : FunctionException
An exception thrown if a FunctionCall could not be executed.
Parameters
call
the invalid call
reason
optional additional reason the call failed for
includeArguments
whether to include supplied function call arguments in the error message
Inheritors
Functions
Link copied to clipboard
Converts this exception to a renderable Node, and performs the error handling provided by the errorHandler strategy.