T - type of the iteratorpublic abstract class ErrorIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
ErrorIterator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
protected abstract void |
throwException()
Throw the required exception
|