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

com.github.tsijercic1.InvalidXMLException Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package com.github.tsijercic1;

public class InvalidXMLException extends Exception{
    public InvalidXMLException() {
        super();
    }

    public InvalidXMLException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy