Class

org.cvogt.scala.debug

ThrowableExtensions

Related Doc: package debug

Permalink

implicit class ThrowableExtensions extends AnyRef

Source
debug.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThrowableExtensions
  2. AnyRef
  3. Any
Implicitly
  1. by AnyExtensions
  2. by AnyExtensions
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThrowableExtensions(t: Throwable)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to any2stringadd[ThrowableExtensions] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ThrowableExtensions, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to ArrowAssoc[ThrowableExtensions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val any: ThrowableExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to AnyExtensions[ThrowableExtensions] performed by method AnyExtensions in org.cvogt.scala.debug.
    Definition Classes
    AnyExtensions
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ensuring(cond: (ThrowableExtensions) ⇒ Boolean, msg: ⇒ Any): ThrowableExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to Ensuring[ThrowableExtensions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (ThrowableExtensions) ⇒ Boolean): ThrowableExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to Ensuring[ThrowableExtensions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): ThrowableExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to Ensuring[ThrowableExtensions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): ThrowableExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to Ensuring[ThrowableExtensions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to StringFormat[ThrowableExtensions] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def in(set: Set[ThrowableExtensions]): Boolean

    Permalink

    Tests whether the given set contains this value as an element

    Tests whether the given set contains this value as an element

    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to scala.AnyExtensions[ThrowableExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  20. def in(seq: Seq[ThrowableExtensions]): Boolean

    Permalink

    Tests whether the given sequence contains this value as an element

    Tests whether the given sequence contains this value as an element

    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to scala.AnyExtensions[ThrowableExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def notIn(set: Set[ThrowableExtensions]): Boolean

    Permalink

    Tests whether the given set does NOT contains this value as an element

    Tests whether the given set does NOT contains this value as an element

    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to scala.AnyExtensions[ThrowableExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  24. def notIn(seq: Seq[ThrowableExtensions]): Boolean

    Permalink

    Tests whether the given sequence does NOT contains this value as an element

    Tests whether the given sequence does NOT contains this value as an element

    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to scala.AnyExtensions[ThrowableExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def println: ThrowableExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to AnyExtensions[ThrowableExtensions] performed by method AnyExtensions in org.cvogt.scala.debug.
    Definition Classes
    AnyExtensions
  28. def showStackTrace: String

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

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. val value: ThrowableExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to scala.AnyExtensions[ThrowableExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (ThrowableExtensions, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ThrowableExtensions to ArrowAssoc[ThrowableExtensions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion AnyExtensions from ThrowableExtensions to AnyExtensions[ThrowableExtensions]

Inherited by implicit conversion AnyExtensions from ThrowableExtensions to scala.AnyExtensions[ThrowableExtensions]

Inherited by implicit conversion any2stringadd from ThrowableExtensions to any2stringadd[ThrowableExtensions]

Inherited by implicit conversion StringFormat from ThrowableExtensions to StringFormat[ThrowableExtensions]

Inherited by implicit conversion Ensuring from ThrowableExtensions to Ensuring[ThrowableExtensions]

Inherited by implicit conversion ArrowAssoc from ThrowableExtensions to ArrowAssoc[ThrowableExtensions]

Ungrouped