Searched defs:PermittedMetaException (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java110 private static final class PermittedMetaException extends RuntimeException { class in class:AbstractIteratorTester
113 PermittedMetaException( method in class:AbstractIteratorTester.PermittedMetaException
119 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { method in class:AbstractIteratorTester.PermittedMetaException
164 * {@link PermittedMetaException} instances, which wrap a set of all
174 * {@link PermittedMetaException}.
211 throw new PermittedMetaException(UnsupportedOperationException.class);
287 throw new PermittedMetaException(NoSuchElementException.class);
308 throw new PermittedMetaException(exceptions);
446 PermittedMetaException referenceException = null;
486 } catch (PermittedMetaException
[all...]

Completed in 115 milliseconds