janino.net

org.codehaus.commons.compiler
Interface ErrorHandler


public interface ErrorHandler

Processes an error issued by the compiler.


Method Summary
 void handleError( message, Location optionalLocation)
          May or may not choose to throw a CompileException.
 

Method Detail

handleError

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

Throws:
CompileException

janino.net