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 | Method and Description |
---|---|
TraversalMode |
HandlerMethodImpl.getTraversalMode()
Obtains the direction of the traversal path the handler will be listening.
|
TraversalMode |
HandlerMethod.getTraversalMode()
Obtains the direction of the traversal path the handler will be listening.
|
static TraversalMode |
TraversalMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraversalMode[] |
TraversalMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 |
---|---|
void |
CatchExtensionLog.foundHandlers(Collection<HandlerMethod<? extends Throwable>> handlers,
Type exceptionType,
Set<Annotation> qualifiers,
TraversalMode traversalMode) |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.