org.neo4j.server.rest.domain
Class JsonParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neo4j.server.rest.repr.BadInputException
              extended by org.neo4j.server.rest.web.PropertyValueException
                  extended by org.neo4j.server.rest.domain.JsonParseException
All Implemented Interfaces:
Serializable

public class JsonParseException
extends PropertyValueException

See Also:
Serialized Form

Constructor Summary
JsonParseException(String message)
           
JsonParseException(String message, Throwable cause)
           
JsonParseException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsonParseException

public JsonParseException(String message,
                          Throwable cause)

JsonParseException

public JsonParseException(String message)

JsonParseException

public JsonParseException(Throwable cause)


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.