Class InvalidActionClosureException

    • Constructor Detail

      • InvalidActionClosureException

        public InvalidActionClosureException​(Closure<?> closure,
                                             Object argument)
    • Method Detail

      • getClosure

        public Closure<?> getClosure()
        The closure being used as an action.
        Returns:
        The closure being used as an action.
      • getArgument

        public Object getArgument()
        The argument the action was executed with.
        Returns:
        The argument the action was executed with.