Class DemoInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.jemmy.JemmyException
org.netbeans.jemmy.TestCompletedException
org.netbeans.jemmy.demo.DemoInterruptedException
- All Implemented Interfaces:
Serializable
Exception is throught if test (demo) execution has been interrupted
(CommentWindow.isInterrupted() returned true).
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDemoInterruptedException(String description) Constructs a DemoInterruptedException object. -
Method Summary
Modifier and TypeMethodDescriptionvoidPrints stack trace into System.out.voidPrints stack trace.Methods inherited from class TestCompletedException
getStatusMethods inherited from class JemmyException
getInnerException, getInnerThrowable, getObject, printStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
DemoInterruptedException
Constructs a DemoInterruptedException object.- Parameters:
description- an exception descriptio.
-
-
Method Details
-
printStackTrace
public void printStackTrace()Description copied from class:JemmyExceptionPrints stack trace into System.out.- Overrides:
printStackTracein classJemmyException
-
printStackTrace
Description copied from class:JemmyExceptionPrints stack trace.- Overrides:
printStackTracein classJemmyException- Parameters:
ps- PrintStream to print stack trace into.
-