T
- public class ExceptionHandlingIterable<T> extends Object implements Iterable<T>
Constructor and Description |
---|
ExceptionHandlingIterable(Iterable<T> source) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
exceptionOnHasNext(Throwable t) |
protected Iterator<T> |
exceptionOnIterator(Throwable t) |
protected T |
exceptionOnNext(Throwable t) |
protected void |
exceptionOnRemove(Throwable t) |
static sun.misc.Unsafe |
getUnsafe() |
Iterator<T> |
iterator() |
protected void |
rethrow(Throwable t) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.