Finally

class Finally extends Described

A container class for finally code.

Source:
Exception.scala
trait Described
class Object
trait Matchable
class Any

Value members

Concrete methods

def and(other: => Unit): Finally

Inherited methods

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.

Returns:

a string representation of the object.

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