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

org.neogroup.warp.data.query.parsers.QueryParseException Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package org.neogroup.warp.data.query.parsers;

public class QueryParseException extends Exception {

    public QueryParseException(String s) {
        super(s);
    }

    public QueryParseException(String s, Throwable throwable) {
        super(s, throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy