Package org.codehaus.commons.compiler
Interface ErrorHandler
-
public interface ErrorHandlerProcesses an error issued by the compiler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleError(String message, Location optionalLocation)May or may not choose to throw aCompileException.
-
-
-
Method Detail
-
handleError
void handleError(String message, Location optionalLocation) throws CompileException
May or may not choose to throw aCompileException.- Throws:
CompileException
-
-