ActorInitializationException class final

An Exception that is thrown by an Actor if it fails to initialize.

Whenever the Actor's Actor.send() method is called, it may result in this Exception because there's no way to wait for successful initialization directly. However, if at least one successful message is received, then it is guaranteed that this Exception will never be thrown by actors.

Implemented types

Constructors

ActorInitializationException(Object cause, StackTrace stackTrace)
const

Properties

cause Object
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited