gchq/koryphe

Limit Exception has changed not sure if this is correct

GCHQDev404 opened this issue · 1 comments

Gaffer's LimitedIterator uses a custom LimitExceededException which is just a RuntimeException with a different name. This will be replaced with Koryphe's class, and we have decided that in Koryphe, a RuntimeException should be used rather than NoSuchElementException, because elements do exist beyond the limit but you have reached the limit. To be fixed in #278