API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.tools.
DiagnosticListener
View Source
Author(s)
Jonathan Gibbons
Peter von der Ahé
Since
1.6
Version
Serial
Hierarchy
DiagnosticListener
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface DiagnosticListener
Interface for receiving diagnostics from tools.
Interface for receiving diagnostics from tools.
See also:
Methods
Hide/Show inherited methods
public
void
report
(
Diagnostic
<
Object
> diagnostic)
Invoked when a problem is found.
Invoked when a problem is found.
Parameters:
-
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
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar