Package com.ribs

Interface RibsEventQueue.RibsExceptionHandler

All Known Implementing Classes:
ExceptionReporter
Enclosing class:
RibsEventQueue

public static interface RibsEventQueue.RibsExceptionHandler
An interface for an exception handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an exception is uncaught by anything below dispatch event.
  • Method Details

    • handleException

      void handleException(Throwable t)
      Called when an exception is uncaught by anything below dispatch event.