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, toString
public ConversionException()
ConversionException
.public ConversionException(String message)
ConversionException
.message
- the error message; may be null
public ConversionException(Throwable cause)
ConversionException
.cause
- the Throwable
causing this ConversionException
; may be null
public ConversionException(String message, Throwable cause)
ConversionException
.message
- the error message; may be null
cause
- the Throwable
causing this ConversionException
; may be null
Copyright © 2017–2018, microBean. All rights reserved.