Package akka.persistence.testkit
Class ExpectedFailure$
- java.lang.Object
-
- java.lang.Throwable
-
- akka.persistence.testkit.ExpectedFailure
-
- akka.persistence.testkit.ExpectedFailure$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.util.control.NoStackTrace
public class ExpectedFailure$ extends ExpectedFailure
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ExpectedFailure$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ExpectedFailure$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpectedFailure
getInstance()
-
Methods inherited from class akka.persistence.testkit.ExpectedFailure
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MODULE$
public static final ExpectedFailure$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
getInstance
public ExpectedFailure getInstance()
- Overrides:
getInstance
in classExpectedFailure
-
-