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.
|
getStatusgetInnerException, getInnerThrowable, getObject, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic DemoInterruptedException(String description)
description - an exception descriptio.public void printStackTrace()
JemmyExceptionprintStackTrace in class JemmyExceptionpublic void printStackTrace(PrintStream ps)
JemmyExceptionprintStackTrace in class JemmyExceptionps - PrintStream to print stack trace into.