Interface ErrorHandler

All Known Subinterfaces:
LayerViewPanelContext
All Known Implementing Classes:
StandardPirolPlugIn, WorkbenchFrame

public interface ErrorHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Note that this method may or may not be called from the AWT event-dispatch thread.
  • Method Details

    • handleThrowable

      void handleThrowable(Throwable t)
      Note that this method may or may not be called from the AWT event-dispatch thread.