Identify any Java packages to import and Java exceptions not caught.
Field
Description
Packages Imported
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
Optional. List exceptions thrown (as checked exceptions) by this function. The calling activity or function can catch these exceptions or pass them to its caller.