![JAR search and dependency download from the Maven repository](/logo.png)
hu.blackbelt.flutter.maven.plugin.api.ProcessExecutionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flutter-maven-plugin
Show all versions of flutter-maven-plugin
Flutter Maven plugin. It can run to flutter tasks
The newest version!
package hu.blackbelt.flutter.maven.plugin.api;
public final class ProcessExecutionException extends Exception {
private static final long serialVersionUID = 1L;
public ProcessExecutionException(String message) {
super(message);
}
public ProcessExecutionException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy