Package akka.stream.stage
Class GraphStageLogic.StageActorRefNotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- GraphStageLogic
public static final class GraphStageLogic.StageActorRefNotInitializedException extends java.lang.RuntimeException implements scala.Product, scala.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StageActorRefNotInitializedException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)GraphStageLogic.StageActorRefNotInitializedExceptioncopy()booleanequals(java.lang.Object x$1)inthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()
-
-
-
Method Detail
-
copy
public GraphStageLogic.StageActorRefNotInitializedException copy()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-