Packages

o

org.nlogo.api

Exceptions

object Exceptions

Source
Exceptions.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Exceptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Handler extends AnyRef

Value Members

  1. val defaultHandler: Handler
  2. def handle(t: Throwable): Unit
  3. def handling(cs: Class[_]*)(body: ⇒ Unit): Unit
  4. def ignore(t: Throwable): Unit
  5. def ignoring(cs: Class[_]*)(body: ⇒ Unit): Unit
  6. def setHandler(handler: Handler): Unit
  7. def warn(t: Throwable): Unit
  8. def warning(cs: Class[_]*)(body: ⇒ Unit): Unit