private final class ReportedException.CauseTraceIterator extends java.lang.Object implements java.util.Iterator<java.lang.Throwable>
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
current |
private java.util.Set<java.lang.Throwable> |
dejaVu |
Modifier | Constructor and Description |
---|---|
private |
CauseTraceIterator() |
Modifier and Type | Method and Description |
---|---|
private void |
advance() |
boolean |
hasNext() |
java.lang.Throwable |
next() |
private java.lang.Throwable current
private final java.util.Set<java.lang.Throwable> dejaVu
private CauseTraceIterator()