org.netbeans.jemmy.demo
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
public class DemoInterruptedException
- extends TestCompletedException
Exception is throught if test (demo) execution has been interrupted
(CommentWindow.isInterrupted() returned true).
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
- Serialized Form
DemoInterruptedException
public DemoInterruptedException(String description)
- Constructs a DemoInterruptedException object.
- Parameters:
description
- an exception descriptio.
printStackTrace
public void printStackTrace()
- Description copied from class:
JemmyException
- Prints stack trace into System.out.
- Overrides:
printStackTrace
in class JemmyException
printStackTrace
public void printStackTrace(PrintStream ps)
- Description copied from class:
JemmyException
- Prints stack trace.
- Overrides:
printStackTrace
in class JemmyException
- Parameters:
ps
- PrintStream to print stack trace into.