Class ActivitiEntityExceptionEventImpl
java.lang.Object
org.activiti.engine.delegate.event.impl.ActivitiEventImpl
org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
- All Implemented Interfaces:
ActivitiEntityEvent,ActivitiEvent,ActivitiExceptionEvent
public class ActivitiEntityExceptionEventImpl
extends ActivitiEventImpl
implements ActivitiEntityEvent, ActivitiExceptionEvent
Base class for all
ActivitiEvent implementations, represents an exception occurred, related to an entity.-
Field Summary
FieldsFields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type -
Constructor Summary
ConstructorsConstructorDescriptionActivitiEntityExceptionEventImpl(Object entity, ActivitiEventType type, Throwable cause) -
Method Summary
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getActor, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setActor, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEntityEvent
getActor, getReasonMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Field Details
-
entity
-
cause
-
-
Constructor Details
-
ActivitiEntityExceptionEventImpl
-
-
Method Details
-
getEntity
- Specified by:
getEntityin interfaceActivitiEntityEvent- Returns:
- the entity that is targeted by this event.
-
getCause
- Specified by:
getCausein interfaceActivitiExceptionEvent- Returns:
- the throwable that caused this event to be dispatched.
-