public interface ErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
handleError(String message,
Location location)
May or may not choose to throw a
CompileException . |
void handleError(String message, @Nullable Location location) throws CompileException
CompileException
.CompileException
Copyright © 2021. All rights reserved.