org.neo4j.server.rest.repr
Class RepresentationExceptionHandlingIterable<T>

java.lang.Object
  extended by org.neo4j.helpers.collection.ExceptionHandlingIterable<T>
      extended by org.neo4j.server.rest.repr.RepresentationExceptionHandlingIterable<T>
All Implemented Interfaces:
Iterable<T>

public class RepresentationExceptionHandlingIterable<T>
extends org.neo4j.helpers.collection.ExceptionHandlingIterable<T>


Constructor Summary
RepresentationExceptionHandlingIterable(Iterable<T> source)
           
 
Method Summary
protected  boolean exceptionOnHasNext(Throwable t)
           
protected  Iterator<T> exceptionOnIterator(Throwable t)
           
protected  T exceptionOnNext(Throwable t)
           
protected  void exceptionOnRemove(Throwable 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
 

Constructor Detail

RepresentationExceptionHandlingIterable

public RepresentationExceptionHandlingIterable(Iterable<T> source)
Method Detail

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-2014 The Neo4j Graph Database Project. All Rights Reserved.