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

org.simpleflatmapper.csv.parser.BufferOverflowException Maven / Gradle / Ivy

package org.simpleflatmapper.csv.parser;

import java.io.IOException;

public class BufferOverflowException extends IOException {
    public BufferOverflowException(String s) {
        super(s);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy