Described

scala.util.control.Exception.Described
trait Described

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Catch[T]
class Finally

Members list

Value members

Concrete methods

def desc: String
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
def withDesc(s: String): this.type

Abstract fields

protected val name: String