Package org.codehaus.commons.compiler
Interface WarningHandler
-
- All Known Implementing Classes:
Compiler.SimpleWarningHandler
,FilterWarningHandler
public interface WarningHandler
Processes a warning issued by the compiler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleWarning(java.lang.String handle, java.lang.String message, Location optionalLocation)
May or may not choose to throw aCompileException
.
-
-
-
Method Detail
-
handleWarning
void handleWarning(java.lang.String handle, java.lang.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
-
-