scala.util.control
Exception
object
Exception extends AnyRef
Inherited
- Hide All
- Show all
- AnyRef
- Any
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
allCatch[T]: Catch[T]
-
def
asInstanceOf[T0]: T0
-
-
def
catching[T](exceptions: java.lang.Class[_]*): Catch[T]
-
def
clone(): AnyRef
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
failing[T](exceptions: java.lang.Class[_]*): Catch[Option[T]]
-
def
finalize(): Unit
-
implicit def
fromExceptionCatcher[T](pf: PartialFunction[Exception, T]): PartialFunction[Throwable, T]
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
handling[T](exceptions: java.lang.Class[_]*): By[(Throwable) ⇒ T, Catch[T]]
-
def
hashCode(): Int
-
def
ignoring(exceptions: java.lang.Class[_]*): Catch[Unit]
-
def
isInstanceOf[T0]: Boolean
-
def
ne(arg0: AnyRef): Boolean
-
val
noCatch: Catch[Nothing]
-
val
nothingCatcher: PartialFunction[Throwable, Nothing]
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
saving[A](oldVal: A, newVal: A, setter: (A) ⇒ Unit): Catch[Nothing]
-
def
synchronized[T0](arg0: T0): T0
-
def
toString(): String
-
def
ultimately[T](body: ⇒ Unit): Catch[T]
-
def
unwrapping[T](exceptions: java.lang.Class[_]*): Catch[T]
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit