org.jminor.common.ui
Interface ExceptionHandler

All Known Implementing Classes:
DefaultExceptionHandler, EntityApplicationPanel, EntityEditPanel

public interface ExceptionHandler

An interface describing an exception handler


Method Summary
 void handleException(Throwable exception, JComponent dialogParent)
          Handle the given exception and display it to the user.
 

Method Detail

handleException

void handleException(Throwable exception,
                     JComponent dialogParent)
Handle the given exception and display it to the user.

Parameters:
exception - the exception
dialogParent - the component to use as parent to the exception dialog