Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1313 - Cannot iterate a virtual collection backwards

1313   Cannot iterate a virtual collection backwards

Cause

This error occurs if your application code attempts to iterate a collection type that does not support reverse iteration.

Action

Remove any code that attempts to iterate this collection type in reverse order. Check everywhere that you use the back method of the Iterator class or the reversed option with the foreach instruction.