public class TestException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
TestException(java.lang.String message,
java.lang.Throwable reason) |
TestException(java.lang.Throwable reason) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getReason() |
void |
printStackTrace(java.io.PrintWriter s) |
java.lang.String |
toString() |