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

uk.co.automatictester.lightning.exceptions.XMLFileException Maven / Gradle / Ivy

package uk.co.automatictester.lightning.exceptions;

public class XMLFileException extends RuntimeException {
    public XMLFileException(Exception e) {
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy