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(java.lang.String message, Location location)
May or may not choose to throw aCompileException
.
-
-
-
Method Detail
-
handleError
void handleError(java.lang.String message, @Nullable Location location) throws CompileException
May or may not choose to throw aCompileException
.- Throws:
CompileException
-
-