NetLogo API
version 2.1.0

Uses of Class
org.nlogo.nvm.LogoException

Packages that use LogoException
org.nlogo.nvm Provides some miscellaneous classes used by both the Extensions and Controlling API's 
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 LogoException in org.nlogo.nvm
 

Methods in org.nlogo.nvm that throw LogoException
 void LogoException.rethrow(org.nlogo.nvm.Context context, org.nlogo.command.Instruction instruction)
          internal use only
 

Uses of LogoException in org.nlogo.workspace
 

Fields in org.nlogo.workspace declared as LogoException
 LogoException HeadlessWorkspace.lastLogoException
          Internal use only.
 

Methods in org.nlogo.workspace that throw LogoException
 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