|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.getsnappy.snappyj.DefaultApplicationErrorHandler
public class DefaultApplicationErrorHandler
Constructor Summary | |
---|---|
DefaultApplicationErrorHandler()
|
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 error handler simply re-throws the exception letting the application server handle it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultApplicationErrorHandler()
Method Detail |
---|
public void handleException(java.lang.Exception e, java.io.Writer out, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
handleException
in interface ApplicationErrorHandler
out
- is not used in this implementationrequest
- is not used in this implementationresponse
- is not used in this implementation
java.lang.Exception
- always re-throw e out unmodified
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |