org.neo4j.server.rest.web
Class PropertyValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.neo4j.server.rest.repr.BadInputException
org.neo4j.server.rest.web.PropertyValueException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JsonParseException
public class PropertyValueException
- extends BadInputException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.