org.netbeans.jemmy.demo
public class DemoInterruptedException extends TestCompletedException
Constructor and Description |
---|
DemoInterruptedException(String description)
Constructs a DemoInterruptedException object.
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace()
Prints stack trace into System.out.
|
void |
printStackTrace(PrintStream ps)
Prints stack trace.
|
getStatus
getInnerException, getInnerThrowable, getObject, printStackTrace
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
public DemoInterruptedException(String description)
description
- an exception descriptio.public void printStackTrace()
JemmyException
printStackTrace
in class JemmyException
public void printStackTrace(PrintStream ps)
JemmyException
printStackTrace
in class JemmyException
ps
- PrintStream to print stack trace into.