Interface Window.IExceptionHandler

Enclosing class:
Window

public static interface Window.IExceptionHandler
This interface defines a Exception Handler which can be set as a global handler and will be called if an exception happens in the event loop.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle the exception.
  • Method Details

    • handleException

      void handleException(Throwable t)
      Handle the exception.
      Parameters:
      t - The exception that occurred.