org.jboss.solder.exception.control
Class ExceptionHandledInterceptor

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

@Interceptor
public class ExceptionHandledInterceptor
extends Object

Author:
Jason Porter

Constructor Summary
ExceptionHandledInterceptor()
           
 
Method Summary
 Object passExceptionsToSolderCatch(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

passExceptionsToSolderCatch

public Object passExceptionsToSolderCatch(javax.interceptor.InvocationContext ctx)
                                   throws Throwable
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.
Throws:
Throwable


Copyright © 2008-2011 Seam Framework. All Rights Reserved.