Package

monifu.reactive

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class BufferOverflowException extends RuntimeException

    Permalink

    An exception emitted on buffer overflow, like when using OverflowStrategy.Fail.

  2. case class CompositeException(errors: Seq[Throwable]) extends RuntimeException with Product with Serializable

    Permalink

    A composite exception represents a list of exceptions that were caught while delaying errors in the processing of observables.

    A composite exception represents a list of exceptions that were caught while delaying errors in the processing of observables.

    Used in operators such as mergeDelayErrors, concatDelayError, combineLatestDelayError, etc...

Ungrouped