All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xmlparser.error.InvalidAnnotation Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package xmlparser.error;

public final class InvalidAnnotation extends RuntimeException {
    public InvalidAnnotation(final String message) {
        super(message);
    }
    public InvalidAnnotation(final String message, final Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy