org.nlogo.api
Class ErrorSource
java.lang.Object
org.nlogo.api.ErrorSource
public class ErrorSource
- extends Object
Constructor Summary |
ErrorSource(org.nlogo.api.Token token)
|
Method Summary |
void |
signalError(String message)
Throws a CompilerException with the given message. |
ErrorSource
public ErrorSource(org.nlogo.api.Token token)
signalError
public void signalError(String message)
throws CompilerException
- Throws a CompilerException with the given message.
This procedure will never return.
- Throws:
CompilerException