MultiException

com.geirolz.app.toolkit.error.MultiException
See theMultiException companion object
final class MultiException(val errors: NonEmptyList[Throwable]) extends Throwable, NoStackTrace, MultiError[Throwable]

Attributes

Companion
object
Graph
Supertypes
trait MultiError[Throwable]
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type Self = MultiException

Value members

Concrete methods

def getStackTraces: Map[Throwable, Array[StackTraceElement]]
override def printStackTrace(): Unit

Attributes

Definition Classes
Throwable
override def printStackTrace(s: PrintStream): Unit

Attributes

Definition Classes
Throwable
override def printStackTrace(s: PrintWriter): Unit

Attributes

Definition Classes
Throwable

Deprecated methods

@Deprecated
override def getStackTrace: Array[StackTraceElement]

Attributes

Deprecated

Use MultiException.getStackTraces instead

Definition Classes
Throwable
@Deprecated
override def setStackTrace(stackTrace: Array[StackTraceElement]): Unit

Attributes

Deprecated

This method is not supported by MultiException

Definition Classes
Throwable

Inherited methods

def +(me: MultiError[Throwable]): Self

Attributes

Inherited from:
MultiError
final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
def append(e: Throwable): Self

Attributes

Inherited from:
MultiError
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
NoStackTrace -> Throwable
Inherited from:
NoStackTrace
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
def getMessage(): String

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def prepend(e: Throwable): Self

Attributes

Inherited from:
MultiError

Attributes

Inherited from:
NoStackTrace
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable

Concrete fields

override val errors: NonEmptyList[Throwable]