Class 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:
  • Constructor Details

    • DemoInterruptedException

      public DemoInterruptedException(String description)
      Constructs a DemoInterruptedException object.
      Parameters:
      description - an exception descriptio.
  • Method Details