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