Throwable
The base class for all errors and exceptions. Only instances of this class can be thrown or caught.
Since Kotlin
1.2The base class for all errors and exceptions. Only instances of this class can be thrown or caught.
Since Kotlin
1.0The base class for all errors and exceptions. Only instances of this class can be thrown or caught.
Since Kotlin
1.1Parameters
the detail message string.
the cause of this throwable.
the detail message string.
the cause of this throwable.
the detail message string.
the cause of this throwable.
the detail message string.
the cause of this throwable.
Constructors
Functions
Returns an array of stack trace strings representing the stack trace pertaining to this throwable.
Prints the detailed description of this throwable to the standard output.
Properties
Inheritors
Extensions
Returns a list of stack trace addresses representing the stack trace pertaining to this throwable.
Returns an array of stack trace elements representing the stack trace pertaining to this throwable.