| Exception | Description |
|---|---|
| StreamException |
A failure that occurs when first accessing a
Stream. |
| StreamOpenException |
A failure that occurs when a
Stream cannot be opened. |
| StreamPublishException |
A failure that occurs when a
Stream cannot be published. |
| StreamSkipSignal |
Used in
Generators or FaultHandlers to signals that the current element of a Stream should be skipped. |
| StreamStopSignal |
Used internally by
FaultHandlers and Callbacks to require the premature end of an iteration over a
Stream |
| Annotation Type | Description |
|---|---|
| StreamContingency |
Intended for
Exception classes to mark them as unrecoverable for iteration purposes. |
Copyright © 2014. All Rights Reserved.