Finally

scala.util.control.Exception.Finally
class Finally extends Described

A container class for finally code.

Attributes

Source
Exception.scala
Graph
Supertypes
trait Described
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def and(other: => Unit): Finally

Attributes

Source
Exception.scala
def invoke(): Unit

Attributes

Source
Exception.scala

Inherited methods

def desc: String

Attributes

Inherited from:
Described
Source
Exception.scala
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
Described
Source
Exception.scala
def withDesc(s: String): Described.this.type

Attributes

Inherited from:
Described
Source
Exception.scala