Package org.codehaus.commons.compiler
Interface WarningHandler
-
- All Known Implementing Classes:
Compiler.SimpleWarningHandler,FilterWarningHandler
public interface WarningHandlerProcesses a warning issued by the compiler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleWarning(String handle, String message, Location optionalLocation)May or may not choose to throw aCompileException.
-
-
-
Method Detail
-
handleWarning
void handleWarning(String handle, String message, Location optionalLocation) throws CompileException
May or may not choose to throw aCompileException.- Parameters:
handle- A string describing the category of the warning- Throws:
CompileException
-
-