![JAR search and dependency download from the Maven repository](/logo.png)
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