in scala.runtime.ScalaRunTime
class Try

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

Constructor Summary
def this



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

def Finally ( handler : scala.Unit ) : a



Constructor Detail
def this

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

def Finally ( handler : scala.Unit ) : a