Throwable
The base class for all errors and exceptions. Only instances of this class can be thrown or caught.
Since Kotlin
1.0Parameters
the detail message string.
the cause of this throwable.
Inheritors
Constructors
Properties
Functions
When supported by the platform, adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.
Returns an array of stack trace strings representing the stack trace pertaining to this throwable.
Returns a list of stack trace addresses representing the stack trace pertaining to this throwable.
Prints the detailed description of this throwable to the standard output.
Prints the detailed description of this throwable to the standard error output.
Prints the detailed description of this throwable to the specified stream.
Prints the detailed description of this throwable to the specified writer.