janino.net

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
 void handleWarning(String handle, String message, Location optionalLocation)
          May or may not choose to throw a CompileException.
 

Method Detail

handleWarning

void handleWarning(String handle,
                   String message,
                   Location optionalLocation)
                   throws CompileException
May or may not choose to throw a CompileException.

Parameters:
handle - A string describing the category of the warning
Throws:
CompileException

janino.net