Class ParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.lucene.queryparser.xml.ParserException
All Implemented Interfaces:
Serializable

public class ParserException extends Exception
Thrown when the xml queryparser encounters invalid syntax/configuration.
See Also:
  • Constructor Details

    • ParserException

      public ParserException()
    • ParserException

      public ParserException(String message)
    • ParserException

      public ParserException(String message, Throwable cause)
    • ParserException

      public ParserException(Throwable cause)