JNA API 3.5.2-SNAPSHOT
com.sun.jna

Interface Callback.UncaughtExceptionHandler

  • Enclosing interface:
    Callback


    public static interface Callback.UncaughtExceptionHandler
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void uncaughtException(Callback c, java.lang.Throwable e)
      Method invoked when the given callback throws an uncaught exception.
    • Method Detail

      • uncaughtException

        void uncaughtException(Callback c,
                             java.lang.Throwable e)
        Method invoked when the given callback throws an uncaught exception.

        Any exception thrown by this method will be ignored.

JNA API 3.5.2-SNAPSHOT

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