Package io.sisu.nng

Class Nng.NngUncaughtExceptionHandler

  • All Implemented Interfaces:
    com.sun.jna.Callback.UncaughtExceptionHandler
    Enclosing class:
    Nng

    public static class Nng.NngUncaughtExceptionHandler
    extends java.lang.Object
    implements com.sun.jna.Callback.UncaughtExceptionHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void uncaughtException​(com.sun.jna.Callback c, java.lang.Throwable e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NngUncaughtExceptionHandler

        public NngUncaughtExceptionHandler()
    • Method Detail

      • uncaughtException

        public void uncaughtException​(com.sun.jna.Callback c,
                                      java.lang.Throwable e)
        Specified by:
        uncaughtException in interface com.sun.jna.Callback.UncaughtExceptionHandler