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

net.intelie.liverig.witsml.query.ParseEmptyException Maven / Gradle / Ivy

The newest version!
package net.intelie.liverig.witsml.query;

import net.intelie.liverig.parser.ParseException;

public class ParseEmptyException extends ParseException {
    public ParseEmptyException() {
    }

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

    public ParseEmptyException(String message, Throwable cause) {
        super(message, cause);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy