@Component(value="blDefaultErrorHandler") public class DefaultErrorHandler extends Object implements ErrorHandler
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
unloggedExceptionClasses |
| Constructor and Description |
|---|
DefaultErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getUnloggedExceptionClasses() |
void |
handleError(ProcessContext context,
Throwable th) |
void |
setBeanName(String name) |
void |
setUnloggedExceptionClasses(List<String> unloggedExceptionClasses) |
public void handleError(ProcessContext context, Throwable th) throws WorkflowException
handleError in interface ErrorHandlerWorkflowExceptionpublic void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwareCopyright © 2015. All Rights Reserved.