Throwable
The base class for all errors and exceptions. Only instances of this class can be thrown or caught.
Since Kotlin
1.0Parameters
message
the detail message string.
cause
the cause of this throwable.
message
the detail message string.
cause
the cause of this throwable.
Constructors
Properties
Extensions
Link copied to clipboard
Returns an array of stack trace elements representing the stack trace pertaining to this throwable.
Since Kotlin 1.0