dev.hilla.maven.GeneratorException Maven / Gradle / Ivy
package dev.hilla.maven;
public final class GeneratorException extends RuntimeException {
GeneratorException(String message) {
super(message);
}
GeneratorException(String message, Throwable cause) {
super(message, cause);
}
GeneratorException(Throwable cause) {
super(cause);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy