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

/lucene-3.6.0/lucene/contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/
H A DParserException.java25 public class ParserException extends Exception { class in inherits:Exception
30 public ParserException() { method in class:ParserException
36 public ParserException(String message) { method in class:ParserException
43 public ParserException(String message, Throwable cause) { method in class:ParserException
49 public ParserException(Throwable cause) { method in class:ParserException

Completed in 13 milliseconds