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:
java.io.Serializable
- Enclosing class:
- AbstractIteratorTester<E,I extends java.util.Iterator<E>>
private abstract static class AbstractIteratorTester.PermittedMetaException extends java.lang.RuntimeExceptionMeta-exception thrown byAbstractIteratorTester.MultiExceptionListIteratorinstead of throwing any particular exception type.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static AbstractIteratorTester.PermittedMetaExceptionISE(package private) static AbstractIteratorTester.PermittedMetaExceptionNSEEprivate static longserialVersionUID(package private) static AbstractIteratorTester.PermittedMetaExceptionUOE(package private) static AbstractIteratorTester.PermittedMetaExceptionUOE_OR_ISE
-
Constructor Summary
Constructors Modifier Constructor Description privatePermittedMetaException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) voidassertPermitted(java.lang.RuntimeException exception)(package private) abstract booleanisPermitted(java.lang.RuntimeException exception)
-
-
-
Field Detail
-
UOE_OR_ISE
static final AbstractIteratorTester.PermittedMetaException UOE_OR_ISE
-
UOE
static final AbstractIteratorTester.PermittedMetaException UOE
-
ISE
static final AbstractIteratorTester.PermittedMetaException ISE
-
NSEE
static final AbstractIteratorTester.PermittedMetaException NSEE
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-