Described

scala.util.control.Exception.Described
trait Described

Attributes

Source
Exception.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Catch[T]
class Finally

Members list

Value members

Concrete methods

def desc: String

Attributes

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
Any
Source
Exception.scala
def withDesc(s: String): this.type

Attributes

Source
Exception.scala

Abstract fields

protected val name: String

Attributes

Source
Exception.scala