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

com.heliorm.mojo.GeneratorException Maven / Gradle / Ivy

There is a newer version: 0.99.107
Show newest version
package com.heliorm.mojo;

import org.apache.maven.plugin.MojoExecutionException;

public class GeneratorException extends MojoExecutionException {

    public GeneratorException(String message, Throwable cause) {
        super(message, cause);
    }

    public GeneratorException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy