public class ErrorListener extends Object implements DiagnosticListener<JavaFileObject>
| Constructor and Description |
|---|
ErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
report(Diagnostic<? extends JavaFileObject> diagnostic)
Reports compilation errors to log4j
|
public void report(Diagnostic<? extends JavaFileObject> diagnostic)
report in interface DiagnosticListener<JavaFileObject>diagnostic - compiler errorsCopyright © 2014–2015. All rights reserved.