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, getTargetException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public EventDispatchException(Throwable t)
t
- The throwable that was thrown in the event dispatch threadpublic void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream p)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter p)
printStackTrace
in class Throwable