org.nlogo.api
Class ErrorSource

java.lang.Object
  extended by 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorSource

public ErrorSource(org.nlogo.api.Token token)
Method Detail

signalError

public void signalError(String message)
                 throws CompilerException
Throws a CompilerException with the given message. This procedure will never return.

Throws:
CompilerException