ErrorSource

org.nlogo.core.ErrorSource
class ErrorSource(token: Token)

Attributes

Source
ErrorSource.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def signalError(message: String): Nothing

Throws a CompilerException with the given message. This procedure will never return.

Throws a CompilerException with the given message. This procedure will never return.

Attributes

Source
ErrorSource.scala