Home
last modified time | relevance | path

Searched refs:PermittedMetaException (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java111 private static final class PermittedMetaException extends RuntimeException { class in AbstractIteratorTester
114 PermittedMetaException( in PermittedMetaException() method in AbstractIteratorTester.PermittedMetaException
120 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { in PermittedMetaException() method in AbstractIteratorTester.PermittedMetaException
212 throw new PermittedMetaException(UnsupportedOperationException.class); in add()
288 throw new PermittedMetaException(NoSuchElementException.class); in transferElement()
309 throw new PermittedMetaException(exceptions); in throwIfInvalid()
447 PermittedMetaException referenceException = null; in internalExecuteAndCompare()
487 } catch (PermittedMetaException e) { in internalExecuteAndCompare()