Class ActivitiErrorEventImpl
- java.lang.Object
-
- org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
-
- All Implemented Interfaces:
ActivitiActivityEvent,ActivitiErrorEvent,ActivitiEvent
public class ActivitiErrorEventImpl extends ActivitiActivityEventImpl implements ActivitiErrorEvent
Implementation of anActivitiErrorEvent.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringerrorCodeprotected java.lang.StringerrorId-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
activityId, activityName, activityType, behaviorClass
-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type
-
-
Constructor Summary
Constructors Constructor Description ActivitiErrorEventImpl(ActivitiEventType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorCode()java.lang.StringgetErrorId()voidsetErrorCode(java.lang.String errorCode)voidsetErrorId(java.lang.String errorId)-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
getActivityId, getActivityName, getActivityType, getBehaviorClass, setActivityId, setActivityName, setActivityType, setBehaviorClass
-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiActivityEvent
getActivityId, getActivityName, getActivityType, getBehaviorClass
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
-
-
-
Constructor Detail
-
ActivitiErrorEventImpl
public ActivitiErrorEventImpl(ActivitiEventType type)
-
-
Method Detail
-
getErrorId
public java.lang.String getErrorId()
- Specified by:
getErrorIdin interfaceActivitiErrorEvent
-
setErrorId
public void setErrorId(java.lang.String errorId)
-
setErrorCode
public void setErrorCode(java.lang.String errorCode)
-
getErrorCode
public java.lang.String getErrorCode()
- Specified by:
getErrorCodein interfaceActivitiErrorEvent- Returns:
- the error-code of the error. Returns null, if no specific error-code has been specified when the error was thrown.
-
-