public class ConversionException extends ConfigurationRuntimeException
| Constructor and Description | 
|---|
| ConversionException()Constructs a new  ConversionExceptionwithout specified
 detail message. | 
| ConversionException(String message)Constructs a new  ConversionExceptionwith specified
 detail message. | 
| ConversionException(String message,
                   Throwable cause)Constructs a new  ConversionExceptionwith specified
 detail message and nestedThrowable. | 
| ConversionException(Throwable cause)Constructs a new  ConversionExceptionwith specified
 nestedThrowable. | 
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, 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–2013 The Apache Software Foundation. All rights reserved.