
com.heliorm.mojo.annotated.AnnotatedPojoException Maven / Gradle / Ivy
package com.heliorm.mojo.annotated;
/**
* Exception thrown when there is a fatal error in annotation processing
*
* @author gideon
*/
public class AnnotatedPojoException extends RuntimeException {
public AnnotatedPojoException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy