com.getsnappy.w20
Interface ApplicationErrorHandler

All Known Implementing Classes:
DefaultApplicationErrorHandler, DefaultMessageApplicationErrorHandler

public interface ApplicationErrorHandler

This interface is used to trap exceptions and perform custom actions.

Author:
brian
See Also:
ApplicationInstance

Method Summary
 void handleException(java.lang.Exception e, java.io.Writer out, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          The default application
 

Method Detail

handleException

void handleException(java.lang.Exception e,
                     java.io.Writer out,
                     javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
                     throws java.lang.Exception
The default application

Parameters:
out -
request -
response -
Throws:
java.lang.Exception