Function form
Completing the Imports and Exceptions tab

  1. About 
  2. New 
  3. Parameters 
  4. Java 
  5. Alias 
  6. Imports & Exceptions 
  1. History 
  2. More... 

Identify any Java packages to import and Java exceptions not caught.

Field

Description

Packages Imported add rowOptional. List Java packages to import for this function, to supplement those listed in the Packages tab of the library rule. Packages listed here are added as import statements to the top of the Java code.
Exceptions Thrown add rowOptional. List exceptions thrown (as checked exceptions) by this function. The calling activity or function can catch these exceptions or pass them to its caller.

Up About Function rules