Class DemoInterruptedException

  • All Implemented Interfaces:
    java.io.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
    • Constructor Detail

      • DemoInterruptedException

        public DemoInterruptedException​(java.lang.String description)
        Constructs a DemoInterruptedException object.
        Parameters:
        description - an exception descriptio.
    • Method Detail

      • printStackTrace

        public void printStackTrace​(java.io.PrintStream ps)
        Description copied from class: JemmyException
        Prints stack trace.
        Overrides:
        printStackTrace in class JemmyException
        Parameters:
        ps - PrintStream to print stack trace into.