S
- 此侦听器接收的诊断使用的源对象的类型
public interface DiagnosticListener<S>
Modifier and Type | Method and Description |
---|---|
void |
report(Diagnostic<? extends S> diagnostic)
当发现问题时调用。
|
void report(Diagnostic<? extends S> diagnostic)
diagnostic
- 代表发现问题的诊断
NullPointerException
- 如果诊断参数是
null
,并且实现不能处理
null
参数