| Package | Description |
|---|---|
| org.jboss.solder.exception.control |
An extensible exception handling handling framework.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionStack |
ExceptionHandlerDispatch.getExceptionStack() |
ExceptionStack |
CaughtException.getExceptionStack() |
| 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.
|
| Constructor and Description |
|---|
CaughtException(ExceptionStack exceptionStack,
boolean breadthFirstTraversal,
boolean handled)
Initial state constructor.
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.