* Description: IteratorException. This exception should be thrown in any Iterator, whenever the method next() was called twice after the last element was reached and no reset was done between these two calls. It enables you to detect programming errors like fogetting to reset a cursor before using it.
==================== History: creation date: 98 04 24 -------------------- Changes: 980427 scm: toString(); comments