EGL Reference Guide for iSeries


EGL Java run-time 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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]