PlotCompilationErrorAction

org.nlogo.api.PlotCompilationErrorAction
See thePlotCompilationErrorAction companion object
sealed abstract trait PlotCompilationErrorAction

Action to take if PlotManager.compileAllPlot returns error(s) during a call to open in HeadlessWorkspace.

Throw - Throw the first error Output - Output all errors Ignore - Do nothing

Attributes

Companion
object
Source
PlotCompilationErrorAction.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ignore
object Output
object Throw
In this article