com.kuka.common
Class UnhandledExceptionHandler

java.lang.Object
  extended by com.kuka.common.UnhandledExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class UnhandledExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler

Helper class for exception handling.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Constructor Summary
UnhandledExceptionHandler()
           
 
Method Summary
 void uncaughtException(Thread t, Throwable ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnhandledExceptionHandler

public UnhandledExceptionHandler()
Method Detail

uncaughtException

public void uncaughtException(Thread t,
                              Throwable ex)
Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler


Copyright © 2019. All rights reserved.