ParameterAlreadyBoundException

An exception thrown if a function parameter is bound more than once in a function call.

Parameters

call

the invalid call

parameter

the parameter that was attempted to be bound again

overriddingArgument

the argument that was attempted to be bound to the already bound parameter

Constructors

Link copied to clipboard
constructor(call: FunctionCall<*>, parameter: FunctionParameter<*>, overriddingArgument: FunctionCallArgument)

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

Functions

Link copied to clipboard

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