Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1301 - Entry not found in collection

1301   Entry not found in collection

Cause

This error occurs from collection operations that are passed the value of an entry that is expected to be in the collection but was not found.

The entry was never in the collection or it has already been removed. An example of this sort of operation is the remove method of the Array class, which is passed the value of the entry to remove.

Action

Determine why the entry is not in the collection and correct the code that led to the error.

The method and source position containing the expression at which the exception was raised are reported in the error description.