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

io.automatiko.engine.codegen.process.ProcessParsingException Maven / Gradle / Ivy

The newest version!

package io.automatiko.engine.codegen.process;

public class ProcessParsingException extends RuntimeException {

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

	public ProcessParsingException(String s, Throwable e) {
		super(s, e);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy