CompositeException

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(first: Throwable, second: Throwable, rest: List[Throwable]): CompositeException

Simple builder for CompositeException.

Simple builder for CompositeException.

def unapplySeq(ref: CompositeException): Option[Seq[Throwable]]

For easy pattern matching a CompositeException.

For easy pattern matching a CompositeException.