Package com.sun.jna
Schnittstelle Callback.UncaughtExceptionHandler
- Umschließende Schnittstelle:
Callback
public static interface Callback.UncaughtExceptionHandler
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Method invoked when the given callback throws an uncaught exception.
-
Methodendetails
-
uncaughtException
Method invoked when the given callback throws an uncaught exception.Any exception thrown by this method will be ignored.
-