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