Uses of Class
de.team33.patterns.exceptional.dione.WrappedException
-
Uses of WrappedException in de.team33.patterns.exceptional.dione
Methods in de.team33.patterns.exceptional.dione that return WrappedExceptionModifier and TypeMethodDescriptionfinal <X extends Throwable>
WrappedExceptionWrappedException.reThrowCauseAs(Class<X> xClass) Rethrows the cause of this exception if it matches the given exception type, otherwise this exception will be returned.final <X extends Throwable>
WrappedExceptionWrappedException.reThrowCauseIf(Predicate<? super Throwable> condition, Function<? super Throwable, X> mapping) Applies a givenmappingto the cause of this exception if the givenconditionapplies and throws the result, otherwise this exception will be returned.