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

com.fordfrog.xml2csv.Xml2CsvException Maven / Gradle / Ivy

Go to download

Forked version of fordfrog xml2csv library that allows selection of xml elements via attributes

The newest version!
package com.fordfrog.xml2csv;

public class Xml2CsvException extends RuntimeException {

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

    public Xml2CsvException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy