package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- object CompositeException extends Serializable
This is the API documentation for the cats-effect library.
See the cats.effect package for a quick overview.
Links
Canonical documentation links:
Related Cats links (the core):