case class TestCanceledByFailure(msg: String, specialStackTrace: Array[StackTraceElement]) extends TestCanceledException with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestCanceledByFailure
- Product
- Equals
- TestCanceledException
- ModifiablePayload
- PayloadField
- ModifiableMessage
- StackDepthException
- StackDepth
- RuntimeException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TestCanceledByFailure(msg: String, specialStackTrace: Array[StackTraceElement])
Value Members
- final def addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
- def canEqual(other: Any): Boolean
- Definition Classes
- TestCanceledException → StackDepthException
- val cause: Option[Throwable]
- Definition Classes
- StackDepthException → StackDepth
- def equals(other: Any): Boolean
- Definition Classes
- TestCanceledException → StackDepthException → AnyRef → Any
- def failedCodeFileName: Option[String]
- Definition Classes
- StackDepth
- def failedCodeFileNameAndLineNumberString: Option[String]
- Definition Classes
- StackDepth
- lazy val failedCodeFilePathname: Option[String]
- Definition Classes
- StackDepthException → StackDepth
- lazy val failedCodeFilePathnameAndLineNumberString: Option[String]
- Definition Classes
- StackDepth
- def failedCodeLineNumber: Option[Int]
- Definition Classes
- StackDepth
- lazy val failedCodeStackDepth: Int
- Definition Classes
- StackDepthException → StackDepth
- def fillInStackTrace(): Throwable
- Definition Classes
- Throwable
- def getCause(): Throwable
- Definition Classes
- Throwable
- def getLocalizedMessage(): String
- Definition Classes
- Throwable
- def getMessage(): String
- Definition Classes
- StackDepthException → Throwable
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- TestCanceledByFailure → Throwable
- final def getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
- def hashCode(): Int
- Definition Classes
- TestCanceledException → StackDepthException → AnyRef → Any
- final def initCause(throwable: Throwable): Throwable
- Definition Classes
- StackDepthException → Throwable
- lazy val message: Option[String]
- Definition Classes
- StackDepthException → StackDepth
- val messageFun: (StackDepthException) => Option[String]
- Definition Classes
- StackDepthException
- def modifyMessage(fun: (Option[String]) => Option[String]): TestCanceledException
- Definition Classes
- TestCanceledException → ModifiableMessage
- def modifyPayload(fun: (Option[Any]) => Option[Any]): TestCanceledException
- Definition Classes
- TestCanceledException → ModifiablePayload
- val msg: String
- val payload: Option[Any]
- Definition Classes
- TestCanceledException → PayloadField
- val position: Option[Position]
- Definition Classes
- StackDepthException → StackDepth
- def printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
- def printStackTrace(): Unit
- Definition Classes
- Throwable
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- def severedAtStackDepth: TestCanceledException
- Definition Classes
- TestCanceledException → StackDepth
- val specialStackTrace: Array[StackTraceElement]
- def toString(): String
- Definition Classes
- Throwable → AnyRef → Any