Package | Description |
---|---|
org.jboss.solder.exception.control |
An extensible exception handling handling framework.
|
Modifier and Type | Method and Description |
---|---|
ExceptionToCatch |
ExceptionHandlerDispatch.getExceptionToCatch() |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionHandlerDispatch.executeHandlers(ExceptionToCatch eventException,
javax.enterprise.inject.spi.BeanManager bm,
CatchExtension extension,
javax.enterprise.event.Event<ExceptionStack> stackEvent)
Observes the event, finds the correct exception handler(s) and invokes them.
|
Copyright © 2008–2013 Seam Framework. All rights reserved.