Interface ErrorHandler
public interface ErrorHandler
Processes an error issued by the compiler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(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
-