[Java] Class IncorrectClosureArgumentsException

  • groovy.lang.IncorrectClosureArgumentsException

An exception occurred when invoking a Closure with the wrong number and/or types of arguments

Constructor Summary

Constructors
Constructor and description
IncorrectClosureArgumentsException (Closure closure, Object arguments, Class[] expected)

Methods Summary

Methods
Type Params Return Type Name and description
Object getArguments()
Closure getClosure()
Class[] getExpected()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class GroovyRuntimeException getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule

Constructor Detail

public IncorrectClosureArgumentsException(Closure closure, Object arguments, Class[] expected)

Method Detail

public Object getArguments()

public Closure getClosure()

public Class[] getExpected()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/lang/IncorrectClosureArgumentsException.html