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.literal |
Annotation literals for Solder Catch.
|
org.jboss.solder.exception.control.log |
Class and Description |
---|
CaughtException
Payload for an exception to be handled.
|
CaughtException.ExceptionHandlingFlow
Flow control enum.
|
ExceptionHandled
Interceptor annotation to wrap a method, or each method of a class, in a try / catch which will pass all exceptions
to Solder Catch.
|
ExceptionStack
Information about the current exception and exception cause container.
|
ExceptionStackItem
Container for the exception and it's stack trace.
|
ExceptionToCatch
Entry point event into the Catch system.
|
HandlerMethod
Meta data interface about an exception handler.
|
HandlerMethodImpl
Implementation of
HandlerMethod . |
TraversalMode
Direction of a exception cause chain traversal.
|
Class and Description |
---|
HandlerMethod
Meta data interface about an exception handler.
|
HandlerMethodContainer
Injectable container to support programmatic registration of
HandlerMethod instances. |
TraversalMode
Direction of a exception cause chain traversal.
|
Class and Description |
---|
CatchResource
Used to qualify a resource needed for handling an exception within Solder Catch.
|
HandlesExceptions
Marker for types containing Exception Handler methods.
|
Class and Description |
---|
HandlerMethod
Meta data interface about an exception handler.
|
TraversalMode
Direction of a exception cause chain traversal.
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.