public abstract class ErrorHandler extends Object
| Constructor and Description |
|---|
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–2016 JBoss by Red Hat. All rights reserved.