List of usage examples for org.apache.lucene.queryparser.flexible.core QueryNodeParseException subclass-usage
From source file com.sindicetech.siren.qparser.tree.ParseException.java
/** * Exception thrown by the {@link ExtendedTreeQueryParser} if an error occurs during * parsing. */ public class ParseException extends QueryNodeParseException {
From source file org.sindice.siren.qparser.json.ParseException.java
/** * Exception thrown by the {@link JsonQueryParser} if an error occurs during * parsing. */ public class ParseException extends QueryNodeParseException {