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.RuntimeException
Meta-exception thrown byAbstractIteratorTester.MultiExceptionListIterator
instead of throwing any particular exception type.
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description private
PermittedMetaException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) void
assertPermitted(java.lang.RuntimeException exception)
(package private) abstract boolean
isPermitted(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
-
-