@Interceptor public class ExceptionHandledInterceptor extends Object
| Constructor and Description |
|---|
ExceptionHandledInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
passExceptionsToSolderCatch(javax.interceptor.InvocationContext ctx)
Around invoke method implementation.
|
public Object passExceptionsToSolderCatch(javax.interceptor.InvocationContext ctx) throws Exception
ctx - InvocationContext as defined by the Interceptor Spec.InvocationContext.proceed(), unless an exception occurs, if the method returns a primitive the value
will be 0 for int, short, long, float and false for boolean.ExceptionCopyright © 2008-2013 Seam Framework. All Rights Reserved.