object Exceptions
- Source
- Exceptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Exceptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val defaultHandler: Handler
- def handle(t: Throwable): Unit
- def handling(cs: Class[_]*)(body: ⇒ Unit): Unit
- def ignore(t: Throwable): Unit
- def ignoring(cs: Class[_]*)(body: ⇒ Unit): Unit
- def setHandler(handler: Handler): Unit
- def warn(t: Throwable): Unit
- def warning(cs: Class[_]*)(body: ⇒ Unit): Unit