Package io.jmix.reports.libintegration
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.
Interface that throws exceptions in a Groovy script.
-
Method Summary
-
Method Details
-
call
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
-