Example usage for org.apache.lucene.queryparser.flexible.core QueryNodeParseException subclass-usage

List of usage examples for org.apache.lucene.queryparser.flexible.core QueryNodeParseException subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.queryparser.flexible.core QueryNodeParseException subclass-usage.

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 {