WarningHandlerpublic static class Compiler.SimpleWarningHandler extends Object implements WarningHandler
| Constructor | Description |
|---|---|
SimpleWarningHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleWarning(String handle,
String message,
Location optionalLocation) |
May or may not choose to throw a
CompileException. |
public void handleWarning(String handle, String message, Location optionalLocation)
WarningHandlerCompileException.handleWarning in interface WarningHandlerhandle - A string describing the category of the warningCopyright © 2001–2019. All rights reserved.