uk.ac.essex.common.exception
Interface ExceptionHandler

All Known Implementing Classes:
DefaultApplicationControllerImpl, SwingExceptionHandler

public interface ExceptionHandler


Created Date: 20-June-2004

You should have received a copy of Lesser GNU public license with this code. If not please visit this site


Method Summary
 void handleException(java.lang.Exception e)
           
 void handleThrowable(java.lang.Throwable t)
           
 

Method Detail

handleException

void handleException(java.lang.Exception e)
Parameters:
e -

handleThrowable

void handleThrowable(java.lang.Throwable t)
Parameters:
t -