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, Location optionalLocation) throws CompileException
CompileException
.CompileException
Copyright © 2001–2016. All rights reserved.