public class Schema2BeansRuntimeException extends RuntimeException implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
childThrowable |
protected String |
message |
protected String |
stackTrace |
| Constructor and Description |
|---|
Schema2BeansRuntimeException(String mesg) |
Schema2BeansRuntimeException(String mesg,
Throwable e) |
Schema2BeansRuntimeException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
genStackTrace() |
Throwable |
getCause() |
String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringprotected Throwable childThrowable
protected String message
protected String stackTrace
public Schema2BeansRuntimeException(Throwable e)
public Schema2BeansRuntimeException(String mesg)
public String getMessage()
getMessage in class Throwableprotected void genStackTrace()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class ThrowableCopyright © 2017–2019 Eclipse Foundation. All rights reserved.