in scala/runtime/ScalaRunTime
class Try

class Try[a](r: ResultOrException[a])
extends Object
with ScalaObject

Method Summary
  def Catch[b >: a](handler: PartialFunction[Throwable,b]): b
  def Finally(handler: Unit): a

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Method Detail

Catch

  def Catch[b >: a](handler: PartialFunction[Throwable,b]): b

Finally

  def Finally(handler: Unit): a