|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.jemmy.JemmyException
org.netbeans.jemmy.TestCompletedException
org.netbeans.jemmy.demo.DemoInterruptedException
public class DemoInterruptedException
Exception is throught if test (demo) execution has been interrupted (CommentWindow.isInterrupted() returned true).
| Constructor Summary | |
|---|---|
DemoInterruptedException(java.lang.String description)
Constructs a DemoInterruptedException object. |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Prints stack trace into System.out. |
void |
printStackTrace(java.io.PrintStream ps)
Prints stack trace. |
| Methods inherited from class org.netbeans.jemmy.TestCompletedException |
|---|
getStatus |
| Methods inherited from class org.netbeans.jemmy.JemmyException |
|---|
getInnerException, getInnerThrowable, getObject, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DemoInterruptedException(java.lang.String description)
description - an exception descriptio.| Method Detail |
|---|
public void printStackTrace()
JemmyException
printStackTrace in class JemmyExceptionpublic void printStackTrace(java.io.PrintStream ps)
JemmyException
printStackTrace in class JemmyExceptionps - PrintStream to print stack trace into.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||