Back Forward Function form
Completing the Imports and Exceptions tab

About Function rules

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

Field

Description

Packages Imported Array
 

Optional. 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 Array
 

AdvancedOptional. List exceptions thrown (as checked exceptions) by this function. The calling activity or function can catch these exceptions or pass them to its caller.

zzz About Function rules