org.camunda.bpm.engine.impl.bpmn.parser
Class Error
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.Error
public class Error
- extends Object
Represents a BPMN Error definition, whereas BpmnError represents an
actual instance of an Error.
- Author:
- Joram Barrez
|
Constructor Summary |
Error()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
errorCode
protected String errorCode
Error
public Error()
getId
public String getId()
setId
public void setId(String id)
getErrorCode
public String getErrorCode()
setErrorCode
public void setErrorCode(String errorCode)
Copyright © 2017 camunda services GmbH. All rights reserved.