Package groovy.lang

Class IncorrectClosureArgumentsException

    • Constructor Detail

      • IncorrectClosureArgumentsException

        public IncorrectClosureArgumentsException​(Closure closure,
                                                  Object arguments,
                                                  Class[] expected)
    • Method Detail

      • getArguments

        public Object getArguments()
      • getClosure

        public Closure getClosure()
      • getExpected

        public Class[] getExpected()