Package org.camunda.bpm.qa.upgrade.util
Class ThrowBpmnErrorDelegate
java.lang.Object
org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
- All Implemented Interfaces:
- DelegateListener<DelegateExecution>,- ExecutionListener,- JavaDelegate
- Author:
- Thorben Lindhauer
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListenerEVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(DelegateExecution execution) voidnotify(DelegateExecution execution) protected voidthrowErrorIfRequested(DelegateExecution execution) protected voidthrowExceptionIfRequested(DelegateExecution execution) 
- 
Field Details- 
ERROR_INDICATOR_VARIABLE- See Also:
 
- 
ERROR_NAME_VARIABLE- See Also:
 
- 
EXCEPTION_INDICATOR_VARIABLE- See Also:
 
- 
EXCEPTION_MESSAGE_VARIABLE- See Also:
 
- 
DEFAULT_ERROR_NAME
- 
DEFAULT_EXCEPTION_MESSAGE
 
- 
- 
Constructor Details- 
ThrowBpmnErrorDelegatepublic ThrowBpmnErrorDelegate()
 
- 
- 
Method Details- 
execute- Specified by:
- executein interface- JavaDelegate
- Throws:
- Exception
 
- 
notify- Specified by:
- notifyin interface- DelegateListener<DelegateExecution>
- Specified by:
- notifyin interface- ExecutionListener
- Throws:
- Exception
 
- 
throwErrorIfRequested
- 
throwExceptionIfRequested
 
-