org.activiti.engine.impl.bpmn.parser
类 Error
java.lang.Object
org.activiti.engine.impl.bpmn.parser.Error
public class Error
- extends Object
Represents a BPMN Error definition, whereas BpmnError
represents an
actual instance of an Error.
- 作者:
- Joram Barrez
从类 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 © 2013 Alfresco. All rights reserved.