public class ConfigConflictException extends ConfigException
RETURN
Constructor and Description |
---|
ConfigConflictException(String msg) |
ConfigConflictException(String[] props,
String msg) |
ConfigConflictException(String property,
String msg) |
Modifier and Type | Method and Description |
---|---|
protected static String |
buildConflictMsg(String[] props,
String msg) |
buildMessage, promptChange, showValue
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigConflictException(String msg)