MultiAtriumErrorAdjuster   
    Represents an AtriumErrorAdjuster which incorporates several AtriumErrorAdjuster and executes one after another during adjustment in the given order.
Constructors
Functions
Adjusts the given throwable -  typically this involves filtering the stack trace (stackTrace in JVM, stack in JS) in some way or another as well as the stack traces of a Throwable.cause and other stack traces (e.g. stack traces of suppressed throwable in JVM).
Adjusts the given throwable -  typically this involves filtering the stack trace (stackTrace in JVM, stack in JS) in some way or another as well as the stack traces of a Throwable.cause and other stack traces (e.g. stack traces of suppressed throwable in JVM).
Adjusts the given throwable -  typically this involves filtering the stack trace (stackTrace in JVM, stack in JS) in some way or another as well as the stack traces of a Throwable.cause and other stack traces (e.g. stack traces of suppressed throwable in JVM).
Adjusts parts of the given throwable but not its stack trace.
Does nothing (no adjustments) - override in subclass if you want a different behaviour.
Does nothing (no adjustments) - override in subclass if you want a different behaviour.
Adjusts the stack in some way or another.
Adjusts the given Throwable.stackTrace in some way or another.