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

io.virtdata.parser.VirtDataParseException Maven / Gradle / Ivy

package io.virtdata.parser;

public class VirtDataParseException extends RuntimeException {
    public VirtDataParseException(String reason, NumberFormatException nfe) {
        super(reason,nfe);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy