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

org.elasticsearch.plugin.nlpcn.executors.CsvExtractorException Maven / Gradle / Ivy

The newest version!
package org.elasticsearch.plugin.nlpcn.executors;

/**
 * Created by Eliran on 29/12/2015.
 */
public class CsvExtractorException extends Exception {
    public CsvExtractorException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy