org.drools.builder
Interface KnowledgeBuilderError


public interface KnowledgeBuilderError

A reported error during the build process.


Method Summary
 int[] getErrorLines()
          Returns the lines of the error in the source file
 String getMessage()
          Returns the error message
 

Method Detail

getMessage

String getMessage()
Returns the error message


getErrorLines

int[] getErrorLines()
Returns the lines of the error in the source file

Returns:


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.