Interface ErrorHandler
-
- All Known Subinterfaces:
LayerViewPanelContext
- All Known Implementing Classes:
LayerViewPanelDemoFrame
,MapTab
,WorkbenchFrame
public interface ErrorHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleThrowable(Throwable t)
Note that this method may or may not be called from the AWT event-dispatch thread.
-
-
-
Method Detail
-
handleThrowable
void handleThrowable(Throwable t)
Note that this method may or may not be called from the AWT event-dispatch thread.
-
-