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(String handle, String message, Location optionalLocation)
WarningHandlerCompileException.handleWarning in interface WarningHandlerhandle - A string describing the category of the warningCopyright © 2001–2025. All rights reserved.