Packages

c

akka.persistence.scalatest.MayVerb

TestCanceledByFailure

case class TestCanceledByFailure(msg: String, specialStackTrace: Array[StackTraceElement]) extends TestCanceledException with Product with Serializable

Source
MayVerb.scala
Linear Supertypes
Serializable, Product, Equals, TestCanceledException, ModifiablePayload[TestCanceledException], PayloadField, ModifiableMessage[TestCanceledException], StackDepthException, StackDepth, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestCanceledByFailure
  2. Serializable
  3. Product
  4. Equals
  5. TestCanceledException
  6. ModifiablePayload
  7. PayloadField
  8. ModifiableMessage
  9. StackDepthException
  10. StackDepth
  11. RuntimeException
  12. Exception
  13. Throwable
  14. Serializable
  15. AnyRef
  16. Any
Implicitly
  1. by RichException
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestCanceledByFailure(msg: String, specialStackTrace: Array[StackTraceElement])

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. def canEqual(other: Any): Boolean
    Definition Classes
    TestCanceledException → StackDepthException
  3. val cause: Option[Throwable]
    Definition Classes
    StackDepthException → StackDepth
  4. def equals(other: Any): Boolean
    Definition Classes
    TestCanceledException → StackDepthException → AnyRef → Any
  5. def failedCodeFileName: Option[String]
    Definition Classes
    StackDepth
  6. def failedCodeFileNameAndLineNumberString: Option[String]
    Definition Classes
    StackDepth
  7. lazy val failedCodeFilePathname: Option[String]
    Definition Classes
    StackDepthException → StackDepth
  8. lazy val failedCodeFilePathnameAndLineNumberString: Option[String]
    Definition Classes
    StackDepth
  9. def failedCodeLineNumber: Option[Int]
    Definition Classes
    StackDepth
  10. lazy val failedCodeStackDepth: Int
    Definition Classes
    StackDepthException → StackDepth
  11. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  12. def getCause(): Throwable
    Definition Classes
    Throwable
  13. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  14. def getMessage(): String
    Definition Classes
    StackDepthException → Throwable
  15. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    TestCanceledByFailure → Throwable
  16. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  17. def hashCode(): Int
    Definition Classes
    TestCanceledException → StackDepthException → AnyRef → Any
  18. final def initCause(throwable: Throwable): Throwable
    Definition Classes
    StackDepthException → Throwable
  19. lazy val message: Option[String]
    Definition Classes
    StackDepthException → StackDepth
  20. val messageFun: (StackDepthException) ⇒ Option[String]
    Definition Classes
    StackDepthException
  21. def modifyMessage(fun: (Option[String]) ⇒ Option[String]): TestCanceledException
    Definition Classes
    TestCanceledException → ModifiableMessage
  22. def modifyPayload(fun: (Option[Any]) ⇒ Option[Any]): TestCanceledException
    Definition Classes
    TestCanceledException → ModifiablePayload
  23. val msg: String
  24. val payload: Option[Any]
    Definition Classes
    TestCanceledException → PayloadField
  25. val position: Option[Position]
    Definition Classes
    StackDepthException → StackDepth
  26. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  27. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  28. def printStackTrace(): Unit
    Definition Classes
    Throwable
  29. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  30. def severedAtStackDepth: TestCanceledException
    Definition Classes
    TestCanceledException → StackDepth
  31. val specialStackTrace: Array[StackTraceElement]
  32. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any

Deprecated Value Members

  1. def getStackTraceString: String
    Implicit
    This member is added by an implicit conversion from TestCanceledByFailure to RichException performed by method RichException in scala.Predef.
    Definition Classes
    RichException
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use Throwable#getStackTrace