InvalidArgumentCountException

An exception thrown if the amount of arguments and mandatory parameters of a function call does not match.

Parameters

call

the invalid call

Constructors

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

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