public class ConversionException extends ConfigurationException
ConfigurationException indicating that a problem was
encountered during type conversion.| 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 - the error message; may be nullpublic ConversionException(Throwable cause)
ConversionException.cause - the Throwable causing this ConversionException; may be nullpublic ConversionException(String message, Throwable cause)
ConversionException.message - the error message; may be nullcause - the Throwable causing this ConversionException; may be nullCopyright © 2017–2018, microBean. All rights reserved.