public class BpmnError extends ActivitiException
JavaDelegate
s and expressions.
This should only be used for business faults, which shall be handled by a Boundary Error Event or Error Event Sub-Process modeled in the process definition. Technical errors should be represented
by other exception types.
This class represents an actual instance of a BPMN Error, whereas Error
represents an Error definition.Constructor and Description |
---|
BpmnError(String errorCode) |
BpmnError(String errorCode,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
protected void |
setErrorCode(String errorCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2017 Alfresco. All rights reserved.