com.sun.jna

Interface Callback.UncaughtExceptionHandler

public static interface Callback.UncaughtExceptionHandler

Method Summary
voiduncaughtException(Callback c, Throwable e)
Method invoked when the given callback throws an uncaught exception.

Any exception thrown by this method will be ignored.

Method Detail

uncaughtException

public 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.

Copyright © 2007-2009 Timothy Wall. All Rights Reserved.