Searched refs:UnknownElementException (Results 1 – 1 of 1) sorted by relevance
151 private static final class UnknownElementException extends RuntimeException { class in AbstractIteratorTester152 private UnknownElementException(Collection<?> expected, Object actual) { in UnknownElementException() method in AbstractIteratorTester.UnknownElementException282 throw new UnknownElementException(nextElements, e); in promoteToNext()489 } catch (UnknownElementException e) { in internalExecuteAndCompare()