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:
    Serialized Form
    • Constructor Detail

      • DemoInterruptedException

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