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

com.github.timo_reymann.csv_parser.exception.ParseException Maven / Gradle / Ivy

package com.github.timo_reymann.csv_parser.exception;

/**
 * @author Timo Reymann
 * @since 02.09.18
 */
public class ParseException extends RuntimeException {
    public ParseException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy