ErrorInfo

org.nlogo.window.ErrorInfo
case class ErrorInfo(var throwable: Throwable, var context: Option[Context], var instruction: Option[Instruction])

Attributes

Source
ErrorDialogManager.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product