public class MalformedValuesException extends SettingsException
Settings.handleMalformedValues(String, Set, Collection),
Serialized Form| Constructor and Description |
|---|
MalformedValuesException()
Creates a new
MalformedValuesException. |
MalformedValuesException(String message)
Creates a new
MalformedValuesException. |
MalformedValuesException(String message,
Throwable cause)
Creates a new
MalformedValuesException. |
MalformedValuesException(Throwable cause)
Creates a new
MalformedValuesException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedValuesException()
MalformedValuesException.public MalformedValuesException(String message)
MalformedValuesException.message - a detail message; may be nullpublic MalformedValuesException(Throwable cause)
MalformedValuesException.cause - the Throwable causing this MalformedValuesException to be constructed; may be nullpublic MalformedValuesException(String message, Throwable cause)
MalformedValuesException.message - a detail message; may be nullcause - the Throwable causing this MalformedValuesException to be constructed; may be nullCopyright © 2019–2020, microBean™. All rights reserved.