Package | Description |
---|---|
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
org.drools.compiler.lang.dsl | |
org.drools.compiler.rule.builder | |
org.drools.compiler.rule.builder.dialect | |
org.drools.compiler.rule.builder.dialect.java |
Modifier and Type | Class and Description |
---|---|
class |
ActionError |
class |
DescrBuildError |
class |
DroolsErrorWrapper |
class |
FactTemplateError |
class |
FieldTemplateError |
class |
FunctionError |
class |
GlobalError |
class |
ImportError |
static class |
PackageBuilder.SrcError |
class |
ParserError |
class |
ProcessLoadError
This is used for reporting errors with loading a ruleflow.
|
class |
RuleBuildError |
class |
SerializableDroolsError |
class |
TypeDeclarationError |
Modifier and Type | Method and Description |
---|---|
abstract DroolsError |
PackageBuilder.ErrorHandler.getError() |
DroolsError |
PackageBuilder.RuleErrorHandler.getError() |
DroolsError |
PackageBuilder.FunctionErrorHandler.getError() |
DroolsError |
PackageBuilder.SrcErrorHandler.getError() |
DroolsError[] |
PackageBuilderErrors.getErrors() |
Modifier and Type | Method and Description |
---|---|
List<DroolsError> |
DrlParser.getErrors() |
Constructor and Description |
---|
PackageBuilderErrors(DroolsError[] errors) |
Modifier and Type | Class and Description |
---|---|
class |
ExpanderException |
Modifier and Type | Class and Description |
---|---|
class |
MappingError
MappingError
A class to represent errors found in a DSL mapping
Created: 11/04/2006
|
Modifier and Type | Method and Description |
---|---|
List<DroolsError> |
PackageBuildContext.getErrors()
Returns the list of errors found while building the current context
|
Modifier and Type | Method and Description |
---|---|
void |
PackageBuildContext.addError(DroolsError error) |
Modifier and Type | Class and Description |
---|---|
class |
DialectError |
Modifier and Type | Class and Description |
---|---|
class |
JavaDialectError |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.