CompositeFailure

final class CompositeFailure(val head: Throwable, val tail: NonEmptyList[Throwable]) extends Throwable
Represents multiple (>1) exceptions were thrown.
Companion
object
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Methods

def all: NonEmptyList[Throwable]
Gets all causes (guaranteed to have at least 2 elements).

Fields

val tail: NonEmptyList[Throwable]

Inherited methods

def toString(): String
Inhertied from
Throwable
def fillInStackTrace(): Throwable
Inhertied from
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inhertied from
Throwable
def getMessage(): String
Inhertied from
Throwable
def initCause(x$0: Throwable): Throwable
Inhertied from
Throwable
final def getSuppressed(): Array[Throwable]
Inhertied from
Throwable
final def addSuppressed(x$0: Throwable): Unit
Inhertied from
Throwable
def printStackTrace(x$0: PrintWriter): Unit
Inhertied from
Throwable
def printStackTrace(x$0: PrintStream): Unit
Inhertied from
Throwable
def printStackTrace(): Unit
Inhertied from
Throwable
def getLocalizedMessage(): String
Inhertied from
Throwable
def getCause(): Throwable
Inhertied from
Throwable
def getStackTrace(): Array[StackTraceElement]
Inhertied from
Throwable