Uses of Class
org.teiid.query.parser.ParseException
-
Packages that use ParseException Package Description org.teiid.api.exception.query org.teiid.query.parser -
-
Uses of ParseException in org.teiid.api.exception.query
Methods in org.teiid.api.exception.query that return ParseException Modifier and Type Method Description ParseException
QueryParserException. getParseException()
Methods in org.teiid.api.exception.query with parameters of type ParseException Modifier and Type Method Description void
QueryParserException. setParseException(ParseException parseException)
-
Uses of ParseException in org.teiid.query.parser
Methods in org.teiid.query.parser that return ParseException Modifier and Type Method Description ParseException
SQLParser. generateParseException()
Generate ParseException.Methods in org.teiid.query.parser with parameters of type ParseException Modifier and Type Method Description String
QueryParser. getMessage(ParseException pe, int maxExpansions)
The default JavaCC message is not very good.
-