public class ConvertException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ConvertException(String errmsg) |
ConvertException(String errmsg,
Throwable cause) |
ConvertException(Throwable pe) |
| Modifier and Type | Method and Description |
|---|---|
ParseException |
parseException() |
ParseException |
proofJavaException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public ConvertException(String errmsg)
public ConvertException(Throwable pe)
public ParseException parseException()
public ParseException proofJavaException()