Class AbstractIteratorTester.PermittedMetaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.common.collect.testing.AbstractIteratorTester.PermittedMetaException
- All Implemented Interfaces:
Serializable
- Enclosing class:
AbstractIteratorTester<E,
I extends Iterator<E>>
private abstract static class AbstractIteratorTester.PermittedMetaException
extends RuntimeException
Meta-exception thrown by
AbstractIteratorTester.MultiExceptionListIterator
instead of
throwing any particular exception type.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final AbstractIteratorTester.PermittedMetaException
(package private) static final AbstractIteratorTester.PermittedMetaException
private static final long
(package private) static final AbstractIteratorTester.PermittedMetaException
(package private) static final AbstractIteratorTester.PermittedMetaException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
assertPermitted
(Exception exception) (package private) abstract boolean
isPermitted
(Exception exception) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
UOE_OR_ISE
-
UOE
-
ISE
-
NSEE
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PermittedMetaException
-
-
Method Details
-
isPermitted
-
assertPermitted
-