scala.tools.nsc.interpreter.IMain.ReadEvalPrint

LineExceptional

class LineExceptional extends Exceptional

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

Instance Constructors

  1. new LineExceptional (ex: Throwable)

Value Members

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

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

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

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

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

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

    Definition Classes
    Exceptional
  7. def asInstanceOf [T0] : T0

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

    Definition Classes
    Exceptional
  9. def clone (): AnyRef

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

    Definition Classes
    Exceptional
  11. def context (): String

    Definition Classes
    Exceptional
  12. def contextElems (): List[String]

    Definition Classes
    Exceptional
  13. def contextHead (): String

    Definition Classes
    Exceptional
  14. def contextPrelude : String

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

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

    Definition Classes
    LineExceptionalExceptional
  15. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def finalize (): Unit

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

    Block until the scanning is complete.

    Block until the scanning is complete.

    Definition Classes
    Exceptional
  19. val formatter : Calibrated

    Definition Classes
    Exceptional
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  23. def isScanDone : Boolean

    Definition Classes
    Exceptional
  24. def iterator : Iterator[JavaStackFrame]

    Definition Classes
    Exceptional
  25. 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.

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

    Definition Classes
    Exceptional
  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def rawTrace (): Unit

    Definition Classes
    Exceptional
  30. def show (num: Int): Unit

    Definition Classes
    Exceptional
  31. def show (): Unit

    Definition Classes
    Exceptional
  32. def showCauses (): Unit

    Definition Classes
    Exceptional
  33. def showSummary (): Unit

    Definition Classes
    Exceptional
  34. def showTable (): Unit

    Definition Classes
    Exceptional
  35. def spanFn (frame: JavaStackFrame): Boolean

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

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

    Definition Classes
    LineExceptionalExceptional
  36. def summary : String

    Definition Classes
    Exceptional
  37. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  38. val table : Table

    Definition Classes
    Exceptional
  39. def toList : List[JavaStackFrame]

    Definition Classes
    Exceptional
  40. def toString (): String

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

    Definition Classes
    Exceptional
  42. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Exceptional

Inherited from AnyRef

Inherited from Any