Package | Description |
---|---|
org.jboss.solder.exception.control |
An extensible exception handling handling framework.
|
org.jboss.solder.exception.control.extension |
CDI extensions for Catch.
|
org.jboss.solder.exception.control.log |
Modifier and Type | Class and Description |
---|---|
class |
HandlerMethodImpl<T extends Throwable>
Implementation of
HandlerMethod . |
Modifier and Type | Method and Description |
---|---|
int |
ExceptionHandlerComparator.compare(HandlerMethod<?> lhs,
HandlerMethod<?> rhs) |
int |
ExceptionHandlerComparator.compare(HandlerMethod<?> lhs,
HandlerMethod<?> rhs) |
<T extends Throwable> |
HandlerMethodContainer.registerHandlerMethod(HandlerMethod<T> handlerMethod)
Registers the given handlerMethod to the container.
|
Modifier and Type | Method and Description |
---|---|
Collection<HandlerMethod<? extends Throwable>> |
CatchExtension.getHandlersForExceptionType(Type exceptionClass,
javax.enterprise.inject.spi.BeanManager bm,
Set<Annotation> handlerQualifiers,
TraversalMode traversalMode)
Obtains the applicable handlers for the given type or super type of the given type.
|
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
CatchExtension.registerHandlerMethod(HandlerMethod<T> handlerMethod) |
Modifier and Type | Method and Description |
---|---|
void |
CatchExtensionLog.addingHandler(HandlerMethod<?> handler) |
void |
ExceptionHandlerDispatcherLog.notifyingHandler(HandlerMethod<?> eh) |
void |
ExceptionHandlerDispatcherLog.returnFromHandler(HandlerMethod<?> handler,
String status) |
Modifier and Type | Method and Description |
---|---|
void |
CatchExtensionLog.foundHandlers(Collection<HandlerMethod<? extends Throwable>> handlers,
Type exceptionType,
Set<Annotation> qualifiers,
TraversalMode traversalMode) |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.