IzThrowableStackTop

izumi.fundamentals.platform.exceptions.IzThrowableStackTop
final class IzThrowableStackTop(t: Throwable, acceptedPackages: Set[String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addAllSuppressed(suppressed: Iterable[Throwable]): Throwable
def forPackages(acceptedPackages: Set[String]): IzThrowableStackTop
def shortTrace: String
def stackTop: Option[StackTraceElement]