public class CompoundException extends Exception
| Constructor and Description |
|---|
CompoundException(String msg) |
CompoundException(String msg,
Throwable innerException) |
CompoundException(Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getInnerException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic CompoundException(String msg)
public CompoundException(Throwable exception)
public Throwable getInnerException()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class ThrowableCopyright © 2002-2017 Drew Noakes. All Rights Reserved.