Class ScriptTaskActivityBehavior

    • Constructor Detail

      • ScriptTaskActivityBehavior

        public ScriptTaskActivityBehavior​(ExecutableScript script,
                                          String resultVariable)
    • Method Detail

      • checkIfCauseOfExceptionIsBpmnError

        protected BpmnError checkIfCauseOfExceptionIsBpmnError​(Throwable e)
        Searches recursively through the exception to see if the exception itself or one of its causes is a BpmnError.
        Parameters:
        e - the exception to check
        Returns:
        the BpmnError that was the cause of this exception or null if no BpmnError was found