org.springframework.batch.core.launch.support
Class RuntimeExceptionTranslator

java.lang.Object
  extended by org.springframework.batch.core.launch.support.RuntimeExceptionTranslator
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class RuntimeExceptionTranslator
extends Object
implements org.aopalliance.intercept.MethodInterceptor

Author:
Dave Syer

Constructor Summary
RuntimeExceptionTranslator()
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeExceptionTranslator

public RuntimeExceptionTranslator()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
Throwable


Copyright © 2013 SpringSource. All Rights Reserved.