scala.util.control.Exception

class Finally

[source: scala/util/control/Exception.scala]

class Finally(body : => Unit)
extends Described
A container class for finally code.
Value Summary
protected val name : java.lang.String
Method Summary
def and (other : => Unit) : Finally
def invoke : Unit
Methods inherited from Described
desc, withDesc, toString
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
protected val name : java.lang.String
Overrides
Described.name

Method Details
def and(other : => Unit) : Finally

def invoke : Unit