Package | Description |
---|---|
org.jboss.solder.exception.control |
An extensible exception handling handling framework.
|
Modifier and Type | Method and Description |
---|---|
void |
HandlerMethodImpl.notify(CaughtException<T> event,
javax.enterprise.inject.spi.BeanManager bm)
Calls the handler method, passing the given event object.
|
void |
HandlerMethod.notify(CaughtException<T> event,
javax.enterprise.inject.spi.BeanManager bm)
Calls the handler method, passing the given event object.
|
Constructor and Description |
---|
OutboundParameterValueRedefiner(CaughtException<?> event,
javax.enterprise.inject.spi.BeanManager manager,
HandlerMethodImpl<?> handler)
Sole constructor.
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.