EGL Java run-time error code VGJ1000E

 

VGJ1000E: %1 failed. Invoking a method or accessing a field called %2 resulted in an unhandled error. The error message is %3

 

Explanation

The error ocurred in a Java access function. Either an Exception was thrown and the function was not called within a try statement or handleSysLibErrors is 0, or something other than an Exception was thrown, such as an Error.

 

User Response

Use information in the error message to correct the problem. If some kind of Exception was thrown, change the program logic to handle the error by calling the Java access function within a try statement, or by setting handleSysLibErrors to 1 before invoking the Java access function.