Skip navigation links
JNA API 4.2.1
com.sun.jna

Interface Callback.UncaughtExceptionHandler

  • Enclosing interface:
    Callback


    public static interface Callback.UncaughtExceptionHandler
    • Method Detail

      • uncaughtException

        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.

JNA API 4.2.1

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