org.camunda.bpm.engine.impl.bpmn.parser
Class Error

java.lang.Object
  extended by 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

Field Summary
protected  String errorCode
           
protected  String id
           
 
Constructor Summary
Error()
           
 
Method Summary
 String getErrorCode()
           
 String getId()
           
 void setErrorCode(String errorCode)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

errorCode

protected String errorCode
Constructor Detail

Error

public Error()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String errorCode)


Copyright © 2015 camunda services GmbH. All rights reserved.