Class ExceptionCauseIterator
java.lang.Object
org.broadinstitute.http.nio.utils.ExceptionCauseIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
MAX_DEPTH
public static final int MAX_DEPTHThe maximum depth of causes to explore before stopping- See Also:
-
next
-
depth
private int depth
-
-
Constructor Details
-
ExceptionCauseIterator
- Parameters:
ex- the exception which will be iterated through
-
-
Method Details
-
hasNext
-
next
-
iterator
-