FileDocCategorySizeDatePackage
DiagnosticListener.javaAPI DocJava SE 6 API835Tue Jun 10 00:27:02 BST 2008javax.tools

DiagnosticListener

public interface DiagnosticListener
Interface for receiving diagnostics from tools.
param
the type of source objects used by diagnostics received by this listener
author
Jonathan Gibbons
author
Peter von der Ahé
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public voidreport(javax.tools.Diagnostic diagnostic)
Invoked when a problem is found.

param
diagnostic a diagnostic representing the problem that was found
throws
NullPointerException if the diagnostic argument is {@code null} and the implementation cannot handle {@code null} arguments