ParameterAlreadyBoundException
class ParameterAlreadyBoundException(val call: FunctionCall<*>, parameter: FunctionParameter<*>, overriddingArgument: FunctionCallArgument) : InvalidFunctionCallException
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)
Functions
Link copied to clipboard
Converts this exception to a renderable Node, and performs the error handling provided by the errorHandler strategy.