public static class Compiler.SimpleWarningHandler extends Object implements WarningHandler
| Constructor and Description |
|---|
SimpleWarningHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleWarning(String handle,
String message,
Location optionalLocation)
May or may not choose to throw a
CompileException. |
public void handleWarning(@Nullable
String handle,
String message,
@Nullable
Location optionalLocation)
WarningHandlerCompileException.handleWarning in interface WarningHandlerhandle - A string describing the category of the warning; used for filtering iff non-null