public class ConversionException
extends java.lang.RuntimeException
A ConversionException indicates that a call to
Converter.convert()
has failed to complete successfully.
Modifier and Type | Field and Description |
---|---|
protected java.lang.Throwable |
cause
Deprecated.
Use
Throwable.getCause() }. |
private static long |
serialVersionUID |
Constructor and Description |
---|
ConversionException(java.lang.String message)
Constructs a new exception with the specified message.
|
ConversionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified message and root cause.
|
ConversionException(java.lang.Throwable cause)
Constructs a new exception with the specified root cause.
|
private static final long serialVersionUID
@Deprecated protected java.lang.Throwable cause
Throwable.getCause()
}.public ConversionException(java.lang.String message)
message
- The message describing this exceptionpublic ConversionException(java.lang.String message, java.lang.Throwable cause)
message
- The message describing this exceptioncause
- The root cause of this exceptionpublic ConversionException(java.lang.Throwable cause)
cause
- The root cause of this exceptionCopyright (c) 2000-2008 - Apache Software Foundation