public class InvalidSettingException extends RuntimeException
Constructor and Description |
---|
InvalidSettingException(String name,
String message) |
InvalidSettingException(String name,
String value,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
settingName()
Get the name of the setting causing this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String settingName()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.