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
Implementation of an
ActivitiErrorEvent.-
Field Summary
FieldsFields inherited from class ActivitiActivityEventImpl
activityId, activityName, activityType, behaviorClassFields inherited from class ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetErrorCode(String errorCode) voidsetErrorId(String errorId) Methods inherited from class ActivitiActivityEventImpl
getActivityId, getActivityName, getActivityType, getBehaviorClass, setActivityId, setActivityName, setActivityType, setBehaviorClassMethods inherited from class ActivitiEventImpl
getActor, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setActor, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ActivitiActivityEvent
getActivityId, getActivityName, getActivityType, getBehaviorClassMethods inherited from interface ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Field Details
-
errorId
-
errorCode
-
-
Constructor Details
-
ActivitiErrorEventImpl
-
-
Method Details
-
getErrorId
- Specified by:
getErrorIdin interfaceActivitiErrorEvent
-
setErrorId
-
setErrorCode
-
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.
-