beautypg.com

Meaning, Response – FUJITSU J Adapter Class Generator User Manual

Page 94

background image

94 Appendix B. Exception Type List

5

Meaning
No Java field is found. Check whether the Java class/interface was changed after

execution of the J adapter class generator.
Response
The Java class/interface was probably changed after generation of an adapter class.

Check the Java class/interface.

6

Meaning
The subscript of the array object is invalid. Specify a subscript within the array

range.
Response
The subscript value is outside the range from "0 to (element count - 1)." Specify a

valid subscript.

7

Meaning
The adapter class generated by the J adapter class generator contains a Java class

name in invalid format. Contact the J adapter class generator supplier.
Response
The J adapter class generator failed. Collect failure information and call your Fujitsu

systems engineer.

8

Meaning
A same name is used for a parent and its child in the Java class/interface definition.

Use different names for the parent and child.
Response
The Java class/interface definition contains an error. Check the Java class/interface.

9

Meaning
The class of the set object is invalid. Specify a subclass of the array element class.
Response
An attempt was made to set an invalid class object in an array element. Set an

object of a valid class. An object of the array element class or its subclass can be

set.