org.neo4j.server.rest.repr
Class RepresentationExceptionHandlingIterable<T>
java.lang.Object
org.neo4j.helpers.collection.ExceptionHandlingIterable<T>
org.neo4j.server.rest.repr.RepresentationExceptionHandlingIterable<T>
- All Implemented Interfaces:
- Iterable<T>
public class RepresentationExceptionHandlingIterable<T>
- extends org.neo4j.helpers.collection.ExceptionHandlingIterable<T>
| Methods inherited from class org.neo4j.helpers.collection.ExceptionHandlingIterable |
getUnsafe, iterator, rethrow |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepresentationExceptionHandlingIterable
public RepresentationExceptionHandlingIterable(Iterable<T> source)
exceptionOnIterator
protected Iterator<T> exceptionOnIterator(Throwable t)
- Overrides:
exceptionOnIterator in class org.neo4j.helpers.collection.ExceptionHandlingIterable<T>
exceptionOnNext
protected T exceptionOnNext(Throwable t)
- Overrides:
exceptionOnNext in class org.neo4j.helpers.collection.ExceptionHandlingIterable<T>
exceptionOnRemove
protected void exceptionOnRemove(Throwable t)
- Overrides:
exceptionOnRemove in class org.neo4j.helpers.collection.ExceptionHandlingIterable<T>
exceptionOnHasNext
protected boolean exceptionOnHasNext(Throwable t)
- Overrides:
exceptionOnHasNext in class org.neo4j.helpers.collection.ExceptionHandlingIterable<T>
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.