Class MayVerb.TestCanceledByFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.scalatest.exceptions.StackDepthException
org.scalatest.exceptions.TestCanceledException
org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- All Implemented Interfaces:
Serializable,org.scalatest.exceptions.ModifiableMessage<org.scalatest.exceptions.TestCanceledException>,org.scalatest.exceptions.ModifiablePayload<org.scalatest.exceptions.TestCanceledException>,org.scalatest.exceptions.PayloadField,org.scalatest.exceptions.StackDepth,scala.Equals,scala.Product
- Enclosing interface:
- MayVerb
public static class MayVerb.TestCanceledByFailure
extends org.scalatest.exceptions.TestCanceledException
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy(String msg, StackTraceElement[] specialStackTrace) msg()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>Methods inherited from class org.scalatest.exceptions.TestCanceledException
canEqual, equals, hashCode, modifyMessage, modifyPayload, payload, severedAtStackDepthMethods inherited from class org.scalatest.exceptions.StackDepthException
cause, failedCodeFileName, failedCodeFileNameAndLineNumberString, failedCodeFilePathname, failedCodeFilePathnameAndLineNumberString, failedCodeLineNumber, failedCodeStackDepth, getMessage, initCause, message, messageFun, position, toExceptionFunctionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
TestCanceledByFailure
-
-
Method Details
-
msg
-
specialStackTrace
-
getStackTrace
- Overrides:
getStackTracein classThrowable
-
copy
-
copy$default$1
-
copy$default$2
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-