private abstract static class AbstractIteratorTester.PermittedMetaException
extends java.lang.RuntimeException
AbstractIteratorTester.MultiExceptionListIterator
instead of
throwing any particular exception type.Modifier and Type | Field and Description |
---|---|
(package private) static AbstractIteratorTester.PermittedMetaException |
ISE |
(package private) static AbstractIteratorTester.PermittedMetaException |
NSEE |
private static long |
serialVersionUID |
(package private) static AbstractIteratorTester.PermittedMetaException |
UOE |
(package private) static AbstractIteratorTester.PermittedMetaException |
UOE_OR_ISE |
Modifier | Constructor and Description |
---|---|
private |
PermittedMetaException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
assertPermitted(java.lang.RuntimeException exception) |
(package private) abstract boolean |
isPermitted(java.lang.RuntimeException exception) |
static final AbstractIteratorTester.PermittedMetaException UOE_OR_ISE
static final AbstractIteratorTester.PermittedMetaException UOE
static final AbstractIteratorTester.PermittedMetaException ISE
static final AbstractIteratorTester.PermittedMetaException NSEE
private static final long serialVersionUID