Uses of Class
org.sqlproc.engine.impl.ErrorMsg
Packages that use ErrorMsg
Package
Description
The public part of the SQL Processor implementation.
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 ErrorMsgConstructor parameters in org.sqlproc.engine with type arguments of type ErrorMsgModifierConstructorDescriptionCreates a new instance of the exception in the process of lexer and parser processing.SqlEngineException(String msg, List<ErrorMsg> lexerErrors, List<ErrorMsg> parserErrors, List<ErrorMsg> processorErrors) Creates a new instance of the exception in the process of lexer and parser processing. -
Uses of ErrorMsg in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl with type parameters of type ErrorMsgModifier and TypeFieldDescriptionSqlProcessor.errorsThe list of all errors.SqlProcessorLazyLexer.errorsSqlProcessorLazyParser.errorsSqlProcessorLexer.errorsSqlProcessorParser.errorsMethods in org.sqlproc.engine.impl that return ErrorMsgModifier and TypeMethodDescriptionstatic ErrorMsgParserUtils.create(String name, String msg, org.antlr.runtime.RecognitionException ex, String[] tokenNames) static ErrorMsgMethods in org.sqlproc.engine.impl that return types with arguments of type ErrorMsgModifier and TypeMethodDescriptionSqlProcessor.getErrors()Returns the list of error, which can happen in the process of this instance creation and ALTLR parsingSqlProcessorLazyLexer.getErrors()SqlProcessorLazyParser.getErrors()SqlProcessorLexer.getErrors()SqlProcessorParser.getErrors()SqlProcessorLazyParser.getPartialErrors()SqlProcessorParser.getPartialErrors()Method parameters in org.sqlproc.engine.impl with type arguments of type ErrorMsgModifier and TypeMethodDescriptionbooleanSqlProcessor.addFeature(String type, String name, String feature, List<ErrorMsg> errors, List<String> activeFilters, String... filters) Adds a new optional feature.booleanSqlProcessor.addMappingRule(String type, String name, String raw, SqlMappingRule mapping, List<ErrorMsg> errors, List<String> activeFilters, String... filters) Adds a new output value mapping.(package private) booleanSqlProcessor.addMetaStatement(String type, String name, String raw, SqlMetaStatement statement, List<ErrorMsg> errors, List<String> activeFilters, String... filters) Adds a new META SQL statement.protected voidSqlProcessor.addWarnings(List<ErrorMsg> errors) Adds all parsing errors as warnings.