org.jboss.solder.exception.control
Class ExceptionHandledInterceptor
java.lang.Object
org.jboss.solder.exception.control.ExceptionHandledInterceptor
public class ExceptionHandledInterceptor
- extends Object
- Author:
- Jason Porter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandledInterceptor
public ExceptionHandledInterceptor()
passExceptionsToSeamCatch
public Object passExceptionsToSeamCatch(javax.interceptor.InvocationContext ctx)
- Around invoke method implementation.
- Parameters:
ctx - InvocationContext as defined by the Interceptor Spec.
- Returns:
- value of
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.
Copyright © 2008-2011 Seam Framework. All Rights Reserved.