public class ConversionException extends ConfigurationRuntimeException
Constructor and Description |
---|
ConversionException()
Constructs a new
ConversionException without specified detail message. |
ConversionException(String message)
Constructs a new
ConversionException with specified detail message. |
ConversionException(String message,
Throwable cause)
Constructs a new
ConversionException with specified detail message and nested Throwable . |
ConversionException(Throwable cause)
Constructs a new
ConversionException with specified nested Throwable . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConversionException()
ConversionException
without specified detail message.public ConversionException(String message)
ConversionException
with specified detail message.message
- the error messagepublic ConversionException(Throwable cause)
ConversionException
with specified nested Throwable
.cause
- the exception or error that caused this exception to be thrownpublic ConversionException(String message, Throwable cause)
ConversionException
with specified detail message and nested Throwable
.message
- the error messagecause
- the exception or error that caused this exception to be thrownCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.