Class ExceptionHandlerAspect
java.lang.Object
de.hybris.platform.acceleratorservices.dataimport.batch.aop.ExceptionHandlerAspect
Aspect to wrap all exceptions in a
BatchException to preserve the header.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.aspectj.lang.ProceedingJoinPoint pjp) Invokes a method and wraps all Exceptions in aBatchException.
-
Constructor Details
-
ExceptionHandlerAspect
public ExceptionHandlerAspect()
-
-
Method Details
-
execute
Invokes a method and wraps all Exceptions in aBatchException.- Parameters:
pjp-- Returns:
- result of the invocation
- Throws:
Throwable
-