Interface JmixGroovyScriptParametersProvider.ExceptionCallable

Enclosing class:
JmixGroovyScriptParametersProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface JmixGroovyScriptParametersProvider.ExceptionCallable
Interface that throws exceptions in a Groovy script.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(Object[] arguments)
    Called when a method is called from a Groovy script.
  • Method Details

    • call

      void call(Object[] arguments) throws Exception
      Called when a method is called from a Groovy script.
      Parameters:
      arguments - parameters passed in the method from the Groovy script to be displayed in the notification
      Throws:
      Exception