public abstract class ErrorHandler extends Object
Constructor and Description |
---|
ErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addError(org.kie.internal.jci.CompilationProblem err) |
protected org.kie.internal.jci.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(org.kie.internal.jci.CompilationProblem err)
public abstract DroolsError getError()
protected org.kie.internal.jci.CompilationProblem[] collectCompilerProblems()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.