WarningHandler
public 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)
WarningHandler
CompileException
.handleWarning
in interface WarningHandler
handle
- A string describing the category of the warningCopyright © 2001–2019. All rights reserved.