Package com.sun.jna

Schnittstelle Callback.UncaughtExceptionHandler

Umschließende Schnittstelle:
Callback

public static interface Callback.UncaughtExceptionHandler
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Method invoked when the given callback throws an uncaught exception.
  • Methodendetails

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