public static final class ActorGraphInterpreter.OnError extends java.lang.Object implements ActorGraphInterpreter.BoundaryEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
OnError(GraphInterpreterShell shell,
int id,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
cause() |
int |
id() |
GraphInterpreterShell |
shell() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OnError(GraphInterpreterShell shell, int id, java.lang.Throwable cause)
public GraphInterpreterShell shell()
shell
in interface ActorGraphInterpreter.BoundaryEvent
public int id()
public java.lang.Throwable cause()