NetLogo API
version 2.0.2

Uses of Class
org.nlogo.compiler.CompilerException

Packages that use CompilerException
org.nlogo.app Provides the main NetLogo class (App) 
 

Uses of CompilerException in org.nlogo.app
 

Methods in org.nlogo.app that throw CompilerException
 void App.command(String source)
          Runs NetLogo commands and waits for them to complete.
 void App.commandLater(String source)
          Runs NetLogo commands in the background.
 Object App.report(String source)
          Runs a NetLogo reporter.
 


NetLogo API
version 2.0.2