com.sun.jna
public static interface Callback.UncaughtExceptionHandler
Method Summary | |
---|---|
void | uncaughtException(Callback c, Throwable e) Method invoked when the given callback throws an uncaught
exception. Any exception thrown by this method will be ignored. |
Any exception thrown by this method will be ignored.