| Interface | Description |
|---|---|
| OnlyCauseStackTrace |
Mix in this trait to suppress the StackTrace for the instance of the exception but not the cause,
scala.util.control.NoStackTrace suppresses all the StackTraces.
|
| Class | Description |
|---|---|
| Main |
Main class to start an
ActorSystem with one
top level application supervisor actor. |
| Main.Terminator | |
| Main$ |
Main class to start an
ActorSystem with one
top level application supervisor actor. |
| Exception | Description |
|---|---|
| AkkaException |
Akka base Exception.
|
| ConfigurationException |
This exception is thrown when Akka detects a problem with the provided configuration
|