EGL Java™ runtime error code VGJ0140E

VGJ0140E: Array function %1 failed because there was an attempt to expand array %2 beyond its maximum size.

Explanation

The array cannot hold any more values.

User Response

Modify the program to check the size of the array before attempting to add to it.

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.