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
Product, Equals, TestCanceledException, ModifiablePayload[TestCanceledException], PayloadField, ModifiableMessage[TestCanceledException], StackDepthException, StackDepth, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestCanceledByFailure
  2. Product
  3. Equals
  4. TestCanceledException
  5. ModifiablePayload
  6. PayloadField
  7. ModifiableMessage
  8. StackDepthException
  9. StackDepth
  10. RuntimeException
  11. Exception
  12. Throwable
  13. Serializable
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  31. def severedAtStackDepth: TestCanceledException
    Definition Classes
    TestCanceledException → StackDepth
  32. val specialStackTrace: Array[StackTraceElement]
  33. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any