scala.util.control.Exception

trait Described

[source: scala/util/control/Exception.scala]

trait Described
extends AnyRef
Direct Known Subclasses:
Exception.Finally, Exception.Catch

Value Summary
protected abstract val name : java.lang.String
Method Summary
def desc : java.lang.String
override def toString : java.lang.String
Returns a string representation of the object.
def withDesc (s : java.lang.String) : Described
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
protected abstract val name : java.lang.String

Method Details
def desc : java.lang.String

def withDesc(s : java.lang.String) : Described

override def toString : java.lang.String
Returns a string representation of the object.

The default representation is platform dependent.

Returns
a string representation of the object.