Uses of Class
com.broadleafcommerce.orchestration.client.ExceptionElement
Packages that use ExceptionElement
-
Uses of ExceptionElement in com.broadleafcommerce.orchestration.client
Methods in com.broadleafcommerce.orchestration.client that return types with arguments of type ExceptionElementModifier and TypeMethodDescriptionSimpleWorkflow.getExceptions()Return the list of bubbled runtime exceptions that occurred during execution of the workflow.SimpleWorkflowExecution.getExceptions()Methods in com.broadleafcommerce.orchestration.client with parameters of type ExceptionElementModifier and TypeMethodDescriptionvoidSimpleWorkflow.addException(ExceptionElement exceptionElement) Add a runtime exception to the list of exceptions that occurred during execution of the workflow.voidSimpleWorkflowExecution.addException(ExceptionElement exception)