NonLocalReturnControl

scala.runtime.NonLocalReturnControl
class NonLocalReturnControl[T](val key: AnyRef, val value: T) extends ControlThrowable

Attributes

Source
NonLocalReturnControl.scala
Graph
Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final override def fillInStackTrace(): Throwable

Attributes

Definition Classes
Source
NonLocalReturnControl.scala

Inherited methods

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
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.

Inherited from:
Throwable

Concrete fields

val key: AnyRef

Attributes

Source
NonLocalReturnControl.scala
val value: T

Attributes

Source
NonLocalReturnControl.scala