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