Package com.sun.jna
Interface Callback.UncaughtExceptionHandler
-
- Enclosing interface:
- Callback
public static interface Callback.UncaughtExceptionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
uncaughtException(Callback c, Throwable e)
Method invoked when the given callback throws an uncaught exception.
-