Class ExpectedFailure
java.lang.Object
java.lang.Throwable
org.apache.pekko.persistence.testkit.ExpectedFailure
- All Implemented Interfaces:
Serializable,scala.util.control.NoStackTrace
- Direct Known Subclasses:
ExpectedFailure$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidaddSuppressed(Throwable x$1) static Throwablestatic ThrowablegetCause()static ExpectedFailurestatic Stringstatic Stringstatic StackTraceElement[]static final Throwable[]static Throwablestatic voidstatic voidstatic voidstatic voidsetStackTrace(StackTraceElement[] x$1) static StringtoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace
-
Constructor Details
-
ExpectedFailure
public ExpectedFailure()
-
-
Method Details
-
getInstance
-
getMessage
-
getLocalizedMessage
-
getCause
-
initCause
-
toString
-
printStackTrace
public static void printStackTrace() -
printStackTrace
-
printStackTrace
-
getStackTrace
-
setStackTrace
-
addSuppressed
-
getSuppressed
-
fillInStackTrace
-