|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorMsg | |
---|---|
org.sqlproc.engine | The public part of the SQL Processor implementation. |
org.sqlproc.engine.impl | The private part of the SQL Processor implementation. |
Uses of ErrorMsg in org.sqlproc.engine |
---|
Fields in org.sqlproc.engine with type parameters of type ErrorMsg | |
---|---|
private java.util.List<ErrorMsg> |
SqlEngineException.errors
List of parsing errors. |
Constructor parameters in org.sqlproc.engine with type arguments of type ErrorMsg | |
---|---|
SqlEngineException(java.lang.String msg,
java.util.List<ErrorMsg> lexerErrors,
java.util.List<ErrorMsg> parserErrors)
Creates a new instance of the exception in the process of lexer and parser processing. |
|
SqlEngineException(java.lang.String msg,
java.util.List<ErrorMsg> lexerErrors,
java.util.List<ErrorMsg> parserErrors)
Creates a new instance of the exception in the process of lexer and parser processing. |
Uses of ErrorMsg in org.sqlproc.engine.impl |
---|
Methods in org.sqlproc.engine.impl that return ErrorMsg | |
---|---|
static ErrorMsg |
ParserUtils.create(org.antlr.runtime.RecognitionException ex,
java.lang.String[] tokenNames)
|
static ErrorMsg |
ParserUtils.create(java.lang.String msg,
org.antlr.runtime.RecognitionException ex,
java.lang.String[] tokenNames)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |