Searched defs:ParseException (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 4.1 */
14 public class ParseException extends Exception { class in inherits:Exception
26 * ParseException: <result of getMessage>
28 public ParseException(Token currentTokenVal, method in class:ParseException
50 public ParseException() { method in class:ParseException
56 public ParseException(String message) { method in class:ParseException
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/parser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 4.1 */
19 public class ParseException extends QueryNodeParseException { class in inherits:QueryNodeParseException
31 * ParseException: <result of getMessage>
33 public ParseException(Token currentTokenVal, method in class:ParseException
52 public ParseException() { method in class:ParseException
57 public ParseException(Message message) { method in class:ParseException
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 4.1 */
14 public class ParseException extends Exception { class in inherits:Exception
26 * ParseException: <result of getMessage>
28 public ParseException(Token currentTokenVal, method in class:ParseException
50 public ParseException() { method in class:ParseException
56 public ParseException(String message) { method in class:ParseException
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 4.1 */
14 public class ParseException extends Exception { class in inherits:Exception
26 * ParseException: <result of getMessage>
28 public ParseException(Token currentTokenVal, method in class:ParseException
50 public ParseException() { method in class:ParseException
56 public ParseException(String message) { method in class:ParseException

Completed in 11 milliseconds