Class ExceptionUtilsKt
-
- All Implemented Interfaces:
public final class ExceptionUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static <R extends Any> R
multiCatch(Function0<R> $self, KClass<out Throwable> classes, Function0<R> thenDo)
final static <R extends Any> R
multiCatch(Throwable $self, KClass<out Throwable> classes, Function0<R> thenDo)
final static String
toCompactStackTrace(Throwable $self, Map<String, String> shortenedPackages, Integer maxLines)
-
-
Method Detail
-
multiCatch
final static <R extends Any> R multiCatch(Function0<R> $self, KClass<out Throwable> classes, Function0<R> thenDo)
-
multiCatch
final static <R extends Any> R multiCatch(Throwable $self, KClass<out Throwable> classes, Function0<R> thenDo)
-
-
-
-