org.neo4j.server.rest.transactional
Class CypherExceptionMapping

java.lang.Object
  extended by org.neo4j.server.rest.transactional.CypherExceptionMapping
All Implemented Interfaces:
org.neo4j.helpers.Function<org.neo4j.cypher.CypherException,StatusCode>

public class CypherExceptionMapping
extends Object
implements org.neo4j.helpers.Function<org.neo4j.cypher.CypherException,StatusCode>


Constructor Summary
CypherExceptionMapping()
           
 
Method Summary
 StatusCode apply(org.neo4j.cypher.CypherException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CypherExceptionMapping

public CypherExceptionMapping()
Method Detail

apply

public StatusCode apply(org.neo4j.cypher.CypherException e)
Specified by:
apply in interface org.neo4j.helpers.Function<org.neo4j.cypher.CypherException,StatusCode>


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.