Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1304 - Start from only valid for dictionaries

1304   Start from only valid for dictionaries

Cause

This error occurs if a collection that is not of type Dictionary is passed to an iterator relative key start method. As the iterator relative key start methods are not part of the public interface to iterators, this error is unlikely to occur in practice.

Action

Determine why the iterator relative key start method is receiving a non-dictionary collection and correct the problem.