org.neo4j.graphdb.config
Class InvalidConfigurationValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neo4j.graphdb.config.InvalidConfigurationValueException
All Implemented Interfaces:
Serializable

public class InvalidConfigurationValueException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidConfigurationValueException(Setting setting, String value, Exception cause)
           
InvalidConfigurationValueException(Setting setting, String value, String message)
           
 
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

InvalidConfigurationValueException

public InvalidConfigurationValueException(Setting setting,
                                          String value,
                                          String message)

InvalidConfigurationValueException

public InvalidConfigurationValueException(Setting setting,
                                          String value,
                                          Exception cause)


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