public class NestableExceptionSupport extends Object
| Constructor and Description |
|---|
NestableExceptionSupport() |
NestableExceptionSupport(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
void |
setCause(Throwable cause) |
protected Throwable cause
public NestableExceptionSupport()
public NestableExceptionSupport(Throwable cause)
public void printStackTrace()
public void printStackTrace(PrintStream s)
public void printStackTrace(PrintWriter s)
public Throwable getCause()
public void setCause(Throwable cause)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.