public class Schema2BeansNestedException extends Schema2BeansException implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
childThrowable |
protected String |
message |
protected String |
stackTrace |
originalStackTrace| Constructor and Description |
|---|
Schema2BeansNestedException(String mesg,
Throwable e) |
Schema2BeansNestedException(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) |
getOriginalStackTrace, stashOriginalStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringprotected Throwable childThrowable
protected String message
protected String stackTrace
public Schema2BeansNestedException(Throwable e)
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. All Rights Reserved.