Package org.kie.api.event.process
Interface ErrorEvent
- All Superinterfaces:
KieRuntimeEvent,ProcessEvent,ProcessNodeEvent
An event when a error is thrown
-
Method Summary
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntimeMethods inherited from interface org.kie.api.event.process.ProcessEvent
getEventDate, getEventIdentity, getProcessInstanceMethods inherited from interface org.kie.api.event.process.ProcessNodeEvent
getNodeInstance
-
Method Details
-
getException
Exception getException()Error associated to the event- Returns:
- exception
-