@MessageLogger public interface ExceptionHandlerDispatcherLog
Modifier and Type | Method and Description |
---|---|
void |
endingExceptionHandlerDispatcher(Throwable exceptionCaught) |
void |
enteringExceptionHandlerDispatcher(Throwable exceptionCaught) |
void |
noHandlersFound(Throwable e) |
void |
notifyingHandler(HandlerMethod<?> eh) |
void |
returnFromHandler(HandlerMethod<?> handler,
String status) |
@Log(level=TRACE) @Message(value="Starting exception handling for exception %s") void enteringExceptionHandlerDispatcher(Throwable exceptionCaught)
@Log(level=DEBUG) @Message(value="Notifying handler %s") void notifyingHandler(HandlerMethod<?> eh)
@Log(level=DEBUG) @Message(value="Handler %s returned status %s") void returnFromHandler(HandlerMethod<?> handler, String status)
@Log(level=TRACE) @Message(value="Ending exception handling for exception %s") void endingExceptionHandlerDispatcher(Throwable exceptionCaught)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.