Back Forward 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... 

C-507 03-05 Identify any Java packages to import and Java exceptions not caught.

Field

Description

Packages Imported add row
 

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 add row
 

Advanced featureOptional. List exceptions thrown (as checked exceptions) by this function. The calling activity or function can catch these exceptions or pass them to its caller. CLINB 5/26/05

Up About Function rules