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 . |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, 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 thrownCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.