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

xmlparser.error.InvalidObject Maven / Gradle / Ivy

The newest version!
package xmlparser.error;

public final class InvalidObject extends RuntimeException {
    public InvalidObject(final Class clazz, final Exception cause) {
        super("Validator failed for an object of type " + clazz.getName(), cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy