public class DemoInterruptedException extends TestCompletedException
Constructor | Description |
---|---|
DemoInterruptedException(java.lang.String description) |
Constructs a DemoInterruptedException object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
printStackTrace() |
Prints stack trace into System.out.
|
void |
printStackTrace(java.io.PrintStream ps) |
Prints stack trace.
|
getInnerException, getInnerThrowable, getObject, printStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getStatus
public DemoInterruptedException(java.lang.String description)
description
- an exception descriptio.public void printStackTrace()
JemmyException
printStackTrace
in class JemmyException
public void printStackTrace(java.io.PrintStream ps)
JemmyException
printStackTrace
in class JemmyException
ps
- PrintStream to print stack trace into.