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

Method Detail

handleWarning

void handleWarning( handle,
                    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