in scala.runtime.ScalaRunTime
class Try

abstract class Try [a]
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this



Def Summary
abstract def Catch [a <: b] (handler: scala.PartialFunction[java.lang.Throwable, b]) : b

abstract def Finally (handler: scala.Unit) : a



Constructor Detail
def this

Def Detail
abstract def Catch [a <: b](handler: scala.PartialFunction[java.lang.Throwable, b]): b

abstract def Finally (handler: scala.Unit): a