|
Scala
1.3.0.4 |
|||
| 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 |
def Catch[b >: a](handler: PartialFunction[Throwable,b]): b
def Finally(handler: Unit): a
|
Scala
1.3.0.4 |
|||