Package ips.test

Class ThreadInterruptTest

  • All Implemented Interfaces:
    java.lang.Runnable, java.lang.Thread.UncaughtExceptionHandler

    public class ThreadInterruptTest
    extends java.lang.Object
    implements java.lang.Runnable, java.lang.Thread.UncaughtExceptionHandler
    Author:
    klausj
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void run()  
      void uncaughtException​(java.lang.Thread arg0, java.lang.Throwable arg1)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThreadInterruptTest

        public ThreadInterruptTest()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • uncaughtException

        public void uncaughtException​(java.lang.Thread arg0,
                                      java.lang.Throwable arg1)
        Specified by:
        uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler