Package org.codehaus.commons.compiler
Interface ErrorHandler
public interface ErrorHandler
Processes an error issued by the compiler.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleError
(String message, Location location) May or may not choose to throw aCompileException
.
-
Method Details
-
handleError
May or may not choose to throw aCompileException
.- Throws:
CompileException
-