public class MalformedValuesException extends SettingsException
Settings.handleMalformedValues(String, Set, Collection)
,
Serialized FormConstructor 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, toString
public MalformedValuesException()
MalformedValuesException
.public MalformedValuesException(String message)
MalformedValuesException
.message
- a detail message; may be null
public MalformedValuesException(Throwable cause)
MalformedValuesException
.cause
- the Throwable
causing this MalformedValuesException
to be constructed; may be null
public MalformedValuesException(String message, Throwable cause)
MalformedValuesException
.message
- a detail message; may be null
cause
- the Throwable
causing this MalformedValuesException
to be constructed; may be null
Copyright © 2019–2020, microBean™. All rights reserved.