Drools :: Compiler 6.2.0.Final

org.drools.compiler.builder.impl.errors
Class RuleErrorHandler

java.lang.Object
  extended by org.drools.compiler.builder.impl.errors.ErrorHandler
      extended by org.drools.compiler.builder.impl.errors.RuleErrorHandler
Direct Known Subclasses:
RuleInvokerErrorHandler

public class RuleErrorHandler
extends ErrorHandler


Field Summary
 
Fields inherited from class org.drools.compiler.builder.impl.errors.ErrorHandler
message
 
Constructor Summary
RuleErrorHandler(BaseDescr ruleDescr, org.drools.core.definitions.rule.impl.RuleImpl rule, String message)
           
 
Method Summary
 DroolsError getError()
           
 
Methods inherited from class org.drools.compiler.builder.impl.errors.ErrorHandler
addError, collectCompilerProblems, isInError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleErrorHandler

public RuleErrorHandler(BaseDescr ruleDescr,
                        org.drools.core.definitions.rule.impl.RuleImpl rule,
                        String message)
Method Detail

getError

public DroolsError getError()
Specified by:
getError in class ErrorHandler
Returns:
A DroolsError object populated as appropriate, should the unthinkable happen and this need to be reported.

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.