org.ckkloverdos.error
Interface IErrorHandler

All Known Implementing Classes:
StdLogErrorHandler

public interface IErrorHandler

Generic error handler.

Author:
Christos KK Loverdos

Method Summary
 boolean handleError(java.lang.Throwable t, java.lang.Object where, java.lang.Object problematic, java.lang.Object hints)
          Handles an error an returns true iff the error is manageable, meaning that normal processsing should resume.
 

Method Detail

handleError

boolean handleError(java.lang.Throwable t,
                    java.lang.Object where,
                    java.lang.Object problematic,
                    java.lang.Object hints)
Handles an error an returns true iff the error is manageable, meaning that normal processsing should resume. It is up to the client code to decide what to do based on the return value.



Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.