javax.tools
public interface DiagnosticListener<S>
Parameters: the type of the source object
Since: 1.6
Method Summary | |
---|---|
void | report(Diagnostic<? extends S> diagnostic)
Receive diagnostic information from tools.
|
Parameters: diagnostic the diagnostic information
Throws: NullPointerException if diagnostic
is
null
and the implemenatation can't handle this