Introduce Throwable.toStringWithTrace

#KT-37603
This commit is contained in:
Ilya Gorbunov
2020-03-18 07:49:26 +03:00
parent 7b7263c5bf
commit 552bcdb31b
7 changed files with 154 additions and 4 deletions
@@ -22,6 +22,7 @@ public final class kotlin/ExceptionsKt {
public static final fun addSuppressed (Ljava/lang/Throwable;Ljava/lang/Throwable;)V
public static final fun getStackTrace (Ljava/lang/Throwable;)[Ljava/lang/StackTraceElement;
public static final fun getSuppressedExceptions (Ljava/lang/Throwable;)Ljava/util/List;
public static final fun toStringWithTrace (Ljava/lang/Throwable;)Ljava/lang/String;
}
public abstract interface annotation class kotlin/Experimental : java/lang/annotation/Annotation {