|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.shale.view.impl.DefaultExceptionHandler
public class DefaultExceptionHandler
Default implementation of the ExceptionHandler
interface.
Constructor Summary | |
---|---|
DefaultExceptionHandler()
|
Method Summary | |
---|---|
void |
handleException(java.lang.Exception exception)
Log the specified exception, and record it in a request scoped List that can be used to report them all at a future
point in time to report all of the accumulated exceptions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultExceptionHandler()
Method Detail |
---|
public void handleException(java.lang.Exception exception)
Log the specified exception, and record it in a request scoped
List
that can be used to report them all at a future
point in time to report all of the accumulated exceptions.
handleException
in interface ExceptionHandler
exception
- Exception to be handled
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |