public class ConversionException extends ConfigurationRuntimeException
| Constructor | Description |
|---|---|
ConversionException() |
Constructs a new
ConversionException without specified
detail message. |
ConversionException(java.lang.String message) |
Constructs a new
ConversionException with specified
detail message. |
ConversionException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a new
ConversionException with specified
detail message and nested Throwable. |
ConversionException(java.lang.Throwable cause) |
Constructs a new
ConversionException with specified
nested Throwable. |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTracepublic ConversionException()
ConversionException without specified
detail message.public ConversionException(java.lang.String message)
ConversionException with specified
detail message.message - the error messagepublic ConversionException(java.lang.Throwable cause)
ConversionException with specified
nested Throwable.cause - the exception or error that caused this exception to be thrownpublic ConversionException(java.lang.String message, java.lang.Throwable cause)
ConversionException with specified
detail message and nested Throwable.message - the error messagecause - the exception or error that caused this exception to be thrown