Exceptions

org.nlogo.api.Exceptions
object Exceptions

Attributes

Source
Exceptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Exceptions.type

Members list

Type members

Classlikes

trait Handler

Attributes

Source
Exceptions.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class App
class LitePanel

Value members

Concrete methods

def handle(t: Throwable): Unit

Attributes

Source
Exceptions.scala
def handling(cs: Class[_]*)(body: => Unit): Unit

Attributes

Source
Exceptions.scala
def ignore(t: Throwable): Unit

Attributes

Source
Exceptions.scala
def ignoring(cs: Class[_]*)(body: => Unit): Unit

Attributes

Source
Exceptions.scala
def setHandler(handler: Handler): Unit

Attributes

Source
Exceptions.scala
def warn(t: Throwable): Unit

Attributes

Source
Exceptions.scala
def warning(cs: Class[_]*)(body: => Unit): Unit

Attributes

Source
Exceptions.scala

Concrete fields

Attributes

Source
Exceptions.scala