FunctionCallRuntimeException
class FunctionCallRuntimeException(val call: FunctionCall<*>, val cause: Throwable) : InvalidFunctionCallException
An exception thrown when an error occurs inside a called function, which may wrap another exception as its cause, such as an IllegalStateException.
Parameters
call
the function call that caused the error
cause
the error cause
Functions
Link copied to clipboard
Converts this exception to a renderable Node, and performs the error handling provided by the errorHandler strategy.