Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class CompositeException extends RuntimeException with Serializable

    A composite exception represents a list of exceptions caught from evaluating multiple independent actions and that need to be signaled together.

    A composite exception represents a list of exceptions caught from evaluating multiple independent actions and that need to be signaled together.

    Note the constructor doesn't allow wrapping anything less than two throwable references.

    Use apply for building composite exceptions.

Value Members

  1. object CompositeException extends Serializable

Ungrouped