Package org.apache.pivot.wtk
Interface Application.UncaughtExceptionHandler
-
- All Superinterfaces:
java.lang.Thread.UncaughtExceptionHandler
- All Known Subinterfaces:
ApplicationWithProperties.UncaughtExceptionHandler
- All Known Implementing Classes:
ApplicationContext
,BrowserApplicationContext
,DesktopApplicationContext
- Enclosing interface:
- Application
public static interface Application.UncaughtExceptionHandler extends java.lang.Thread.UncaughtExceptionHandler
Optional interface that allows an application to handle uncaught exceptions thrown during a user input event.