public abstract static class PackageBuilder.ErrorHandler extends Object
Constructor and Description |
---|
PackageBuilder.ErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addError(CompilationProblem err) |
protected CompilationProblem[] |
collectCompilerProblems()
We must use an error of JCI problem objects.
|
abstract DroolsError |
getError() |
boolean |
isInError()
This needes to be checked if there is infact an error
|
protected String message
public boolean isInError()
public void addError(CompilationProblem err)
public abstract DroolsError getError()
protected CompilationProblem[] collectCompilerProblems()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.