Package org.codehaus.commons.compiler
Interface ErrorHandler
-
public interface ErrorHandler
Processes an error issued by the compiler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleError(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
-
-