NetLogo API
version 2.1.0

Uses of Class
org.nlogo.compiler.CompilerException

Packages that use CompilerException
org.nlogo.app Provides classes associated with running the full NetLogo application; includes the App class
org.nlogo.workspace Provides classes associated with running NetLogo "headless", that is, from the command line, with no GUI; includes the HeadlessWorkspace class
 

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.
 

Uses of CompilerException in org.nlogo.workspace
 

Methods in org.nlogo.workspace that throw CompilerException
 void HeadlessWorkspace.initForTesting(int sex, int sey, String source)
          Internal use only.
 void HeadlessWorkspace.open(String path)
          Opens a model stored in a file.
 void HeadlessWorkspace.openFromSource(String source)
          Opens a model stored in a string.
 void HeadlessWorkspace.command(String source)
          Runs NetLogo commands and waits for them to complete.
 Object HeadlessWorkspace.report(String source)
          Runs a NetLogo reporter.
 


NetLogo API
version 2.1.0