org.jboss.solder.exception.control
Class ExceptionHandledInterceptor

java.lang.Object
  extended by org.jboss.solder.exception.control.ExceptionHandledInterceptor

public class ExceptionHandledInterceptor
extends Object

Author:
Jason Porter

Constructor Summary
ExceptionHandledInterceptor()
           
 
Method Summary
 Object passExceptionsToSeamCatch(javax.interceptor.InvocationContext ctx)
          Around invoke method implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandledInterceptor

public ExceptionHandledInterceptor()
Method Detail

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.