public class ConversionException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
cause |
| Constructor and Description |
|---|
ConversionException(java.lang.String message) |
ConversionException(java.lang.String message,
java.lang.Throwable cause) |
ConversionException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |