final class ChildFailed extends Terminated

Child has failed due an uncaught exception

Source
MessageAndSignals.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChildFailed
  2. Terminated
  3. Signal
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChildFailed(ref: [Nothing], cause: Throwable)

Value Members

  1. val cause: Throwable
  2. def equals(obj: Any): Boolean
    Definition Classes
    Terminated → AnyRef → Any
  3. def getCause(): Throwable

    Java API

  4. def getRef(): [Void]

    Java API: The actor that was watched and got terminated

    Java API: The actor that was watched and got terminated

    Definition Classes
    Terminated
  5. def hashCode(): Int
    Definition Classes
    Terminated → AnyRef → Any
  6. val ref: [Nothing]
    Definition Classes
    Terminated
  7. def toString(): String
    Definition Classes
    Terminated → AnyRef → Any