FunctionCallRuntimeException

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

Constructors

Link copied to clipboard
constructor(call: FunctionCall<*>, cause: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
open override val cause: Throwable
Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard

Functions

Link copied to clipboard

Converts this exception to a renderable Node, and performs the error handling provided by the errorHandler strategy.