final class CompositeException(val errors: Seq[Throwable]) extends RuntimeException with Serializable
A composite exception represents a list of exceptions that were caught while delaying errors.
- Companion:
- object
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any