public class ErrorPropagation extends Object
Constructor and Description |
---|
ErrorPropagation() |
Modifier and Type | Method and Description |
---|---|
static void |
propagateError(BpmnError error,
ActivityExecution execution) |
static void |
propagateError(String errorCode,
Exception origException,
ActivityExecution execution) |
static void |
propagateException(Exception ex,
ActivityExecution execution) |
public static void propagateException(Exception ex, ActivityExecution execution) throws Exception
Exception
public static void propagateError(BpmnError error, ActivityExecution execution) throws Exception
Exception
public static void propagateError(String errorCode, Exception origException, ActivityExecution execution) throws Exception
Exception
Copyright © 2015. All rights reserved.