Class QueryParseException

All Implemented Interfaces:
Serializable

public class QueryParseException extends FessSystemException
Exception thrown when a query parsing error occurs. This exception wraps Lucene's ParseException to provide consistent error handling within the Fess search framework.
See Also:
  • Constructor Details

    • QueryParseException

      public QueryParseException(org.apache.lucene.queryparser.classic.ParseException cause)
      Constructs a new QueryParseException with the specified ParseException as the cause.
      Parameters:
      cause - the ParseException that caused this exception