Class ReportedException.CauseTraceIterator
- java.lang.Object
-
- org.openstreetmap.josm.tools.bugreport.ReportedException.CauseTraceIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.lang.Throwable>
- Enclosing class:
- ReportedException
private final class ReportedException.CauseTraceIterator extends java.lang.Object implements java.util.Iterator<java.lang.Throwable>
Iterates over the causes for this exception. Ignores cycles and aborts iteration then.- Since:
- 10585
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CauseTraceIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
advance()
boolean
hasNext()
java.lang.Throwable
next()
-
-
-
Constructor Detail
-
CauseTraceIterator
private CauseTraceIterator()
-
-