Compiler.SimpleWarningHandler, FilterWarningHandlerpublic interface WarningHandler
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleWarning(String handle,
String message,
Location optionalLocation) |
May or may not choose to throw a
CompileException. |
void handleWarning(String handle, String message, Location optionalLocation) throws CompileException
CompileException.handle - A string describing the category of the warningCompileExceptionCopyright © 2001–2019. All rights reserved.