Class ExceptionDemo

  • All Implemented Interfaces:
    Ippc32, Actionable

    public class ExceptionDemo
    extends Task
    Test class which periodically throws a ArrayIndexOutOfBoundsException.
    Author:
    Urs Graf
    • Field Detail

      • i

        int i
      • a

        static int[] a
    • Constructor Detail

      • ExceptionDemo

        public ExceptionDemo()
    • Method Detail

      • action

        public void action()
        Description copied from class: Task
        Action to be performed by the task
        Specified by:
        action in interface Actionable
        Overrides:
        action in class Task