scala.tools.nsc.util

Exceptional

class Exceptional extends AnyRef

A simple throwable wrapper so it looks more like a parade of glittering frame-shaped beauties than the other thing.

Source
Exceptional.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Exceptional
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Exceptional(ex: Throwable)(implicit prefs: ScalaPrefs)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(index: Int): JavaStackFrame

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def causes: List[Throwable]

  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def context(num: Int): String

  11. def context(): String

  12. def contextElems(): List[String]

  13. def contextHead(): String

  14. def contextPrelude: String

    The result of this will be printed before a context trace.

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. val ex: Throwable

  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def force(): Exceptional.this.type

    Block until the scanning is complete.

  20. val formatter: Calibrated

  21. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isScanDone: Boolean

  25. def iterator: Iterator[JavaStackFrame]

  26. def length: Int

    Exceptional doesn't extend Seq because it turns out to be super annoying in the repl: tab-completion sees all the Seq methods.

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def rawTrace(): Unit

  31. def show(num: Int): Unit

  32. def show(): Unit

  33. def showCauses(): Unit

  34. def showSummary(): Unit

  35. def showTable(): Unit

  36. def spanFn(frame: JavaStackFrame): Boolean

    Stack frame contexts are only shown as long as this is true.

  37. def summary: String

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. val table: Table

  40. def toList: List[JavaStackFrame]

  41. def toString(): String

    Definition Classes
    Exceptional → AnyRef → Any
  42. val unwrapped: Throwable

  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any