
net.gdface.codegen.generic.GenericNameConflictException Maven / Gradle / Ivy
package net.gdface.codegen.generic;
import net.gdface.annotation.AnnotationException;
public class GenericNameConflictException extends AnnotationException {
/**
*
*/
private static final long serialVersionUID = 1718821946215952542L;
public GenericNameConflictException(String name, String annotationName, String annotationValue) {
super(
String.format(
"the generic Type name [%s] conflict with annotation %s defined in soure or default %s,\nmodify the name to fix the problem",
name, annotationName, annotationValue));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy