org.neo4j.server.rest.web
Class PropertyValueException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonParseException

public class PropertyValueException
extends BadInputException

See Also:
Serialized Form

Constructor Summary
PropertyValueException(String message)
           
PropertyValueException(String key, Object value)
           
PropertyValueException(String message, Throwable cause)
           
PropertyValueException(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

PropertyValueException

public PropertyValueException(String key,
                              Object value)

PropertyValueException

public PropertyValueException(String message,
                              Throwable cause)

PropertyValueException

public PropertyValueException(String message)

PropertyValueException

public PropertyValueException(Throwable cause)


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