Package | Description |
---|---|
org.drools.compiler.builder.impl.errors | |
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.lang | |
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 |
SrcError |
Modifier and Type | Method and Description |
---|---|
DroolsError |
SrcErrorHandler.getError() |
DroolsError |
FunctionErrorHandler.getError() |
DroolsError |
RuleErrorHandler.getError() |
abstract DroolsError |
ErrorHandler.getError() |
Modifier and Type | Class and Description |
---|---|
class |
ActionError |
class |
AnnotationDeclarationError |
class |
DescrBuildError |
class |
DroolsErrorWrapper |
class |
FactTemplateError |
class |
FieldTemplateError |
class |
FunctionError |
class |
GlobalError |
class |
ImportError |
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 |
---|---|
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–2015 JBoss by Red Hat. All rights reserved.