public class ConversionException extends SettingsException
SettingsException
indicating a procedural problem with
conversion.Converter
,
Serialized FormConstructor 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, toString
public ConversionException()
ConversionException
.public ConversionException(String message)
ConversionException
.message
- a detail message; may be null
public ConversionException(Throwable cause)
ConversionException
.cause
- the Throwable
causing this ConversionException
to be constructed; may be null
public ConversionException(String message, Throwable cause)
ConversionException
.message
- a detail message; may be null
cause
- the Throwable
causing this ConversionException
to be constructed; may be null
Copyright © 2019–2020, microBean™. All rights reserved.