toString

open override fun toString(): String(source)

Since Kotlin

1.1
open override fun toString(): String(source)

Returns the short description of this throwable consisting of the exception class name (fully qualified if possible) followed by the exception message if it is not null.

Since Kotlin

1.3
open override fun toString(): String(source)

Returns the short description of this throwable consisting of the exception class name followed by the exception message if it is not null.

Since Kotlin

1.8
open override fun toString(): String(source)

Returns the short description of this throwable consisting of the exception class name followed by the exception message if it is not null.

Since Kotlin

1.8