protected static class GUITestCase.EventDispatchException extends InvocationTargetException
| Constructor and Description |
|---|
EventDispatchException(Throwable t)
Create a new exception object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream p) |
void |
printStackTrace(PrintWriter p) |
getCause, getTargetExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic EventDispatchException(Throwable t)
t - The throwable that was thrown in the event dispatch threadpublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream p)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter p)
printStackTrace in class Throwable