com.kuka.common
Class UnhandledExceptionHandler
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnhandledExceptionHandler
public UnhandledExceptionHandler()
uncaughtException
public void uncaughtException(Thread t,
Throwable ex)
- Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler
Copyright © 2019. All rights reserved.