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.CompileExceptionCopyright © 2024. All rights reserved.