public static interface Java.Locatable
Modifier and Type | Method and Description |
---|---|
Location |
getLocation() |
void |
throwCompileException(String message)
Throw a
CompileException with the given message and this
object's location. |
Location getLocation()
void throwCompileException(String message) throws CompileException
CompileException
with the given message and this
object's location.message
- The message to reportCompileException
Copyright © 2001–2016. All rights reserved.