All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.automatiko.engine.workflow.bpmn2.BpmnProcessReaderException Maven / Gradle / Ivy

There is a newer version: 0.36.0
Show newest version

package io.automatiko.engine.workflow.bpmn2;

public class BpmnProcessReaderException extends RuntimeException {

	public BpmnProcessReaderException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy