Transform Throwable members to properties
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9088bf67c7
commit
17c906658d
+4
-2
@@ -1274,8 +1274,10 @@ public final class String : kotlin.Comparable<kotlin.String>, kotlin.CharSequenc
|
||||
|
||||
public open class Throwable {
|
||||
/*primary*/ public constructor Throwable(/*0*/ message: kotlin.String? = ..., /*1*/ cause: kotlin.Throwable? = ...)
|
||||
public final fun getCause(): kotlin.Throwable?
|
||||
public final fun getMessage(): kotlin.String?
|
||||
public final val cause: kotlin.Throwable?
|
||||
public final fun <get-cause>(): kotlin.Throwable?
|
||||
public final val message: kotlin.String?
|
||||
public final fun <get-message>(): kotlin.String?
|
||||
public final fun printStackTrace(): kotlin.Unit
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user