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