
com.heliorm.mojo.GeneratorException Maven / Gradle / Ivy
package com.heliorm.mojo;
/**
* @author gideon
*/
public class GeneratorException extends Exception {
public GeneratorException(String message) {
super(message);
}
public GeneratorException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy