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