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

Constructors

Link copied to clipboard
constructor(call: FunctionCall<*>, reason: String? = null, includeArguments: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
open 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