scala.util.control.Exception

Finally

class Finally extends Described

A container class for finally code.

Inherits

  1. Described
  2. AnyRef
  3. Any

Value Members

  1. def and(other: ⇒ Unit): Finally

  2. def desc: String

  3. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  4. def hashCode(): Int

    Returns a hash code value for the object

  5. def invoke(): Unit

  6. def toString(): String

    Returns a string representation of the object

  7. def withDesc(s: String): Described

Instance constructors

  1. new Finally()