Package com.sun.jna
Interface Callback.UncaughtExceptionHandler
- Enclosing interface:
- Callback
public static interface Callback.UncaughtExceptionHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidMethod invoked when the given callback throws an uncaught exception.
- 
Method Details- 
uncaughtExceptionMethod invoked when the given callback throws an uncaught exception.Any exception thrown by this method will be ignored. 
 
-