com.drew.lang
public class CompoundException extends Exception
| Constructor Summary | |
|---|---|
| CompoundException(String msg) | |
| CompoundException(Throwable exception) | |
| CompoundException(String msg, Throwable innerException) | |
| Method Summary | |
|---|---|
| Throwable | getInnerException() |
| void | printStackTrace(PrintStream s) |
| void | printStackTrace(PrintWriter s) |
| void | printStackTrace() |
| String | toString() |