io.automatiko.engine.workflow.bpmn2.BpmnProcessReaderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automatiko-workflow-bpmn2 Show documentation
Show all versions of automatiko-workflow-bpmn2 Show documentation
BPMN2 Workflow support for Automatiko Engine
package io.automatiko.engine.workflow.bpmn2;
public class BpmnProcessReaderException extends RuntimeException {
public BpmnProcessReaderException(Throwable cause) {
super(cause);
}
}