Liking cljdoc? Tell your friends :D
Clojure only.

javax.tools.DiagnosticListener

Interface for receiving diagnostics from tools.

Interface for receiving diagnostics from tools.
raw docstring

reportclj

(report this diagnostic)

Invoked when a problem is found.

diagnostic - a diagnostic representing the problem that was found - javax.tools.Diagnostic

throws: java.lang.NullPointerException - if the diagnostic argument is null and the implementation cannot handle null arguments

Invoked when a problem is found.

diagnostic - a diagnostic representing the problem that was found - `javax.tools.Diagnostic`

throws: java.lang.NullPointerException - if the diagnostic argument is null and the implementation cannot handle null arguments
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close