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, toStringpublic 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 thrownCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.