org.infinispan.protostream.AnnotationParserException Maven / Gradle / Ivy
package org.infinispan.protostream;
/**
* Exception indicating a syntax or semantic error encountered during parsing or validation of annotations.
*
* @author [email protected]
* @since 2.0
*/
public class AnnotationParserException extends RuntimeException {
public AnnotationParserException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy