Error
Constructors
Inherited Functions
getStackTrace
Returns an array of stack trace strings representing the stack trace pertaining to this throwable.
fun getStackTrace(): Array<String>
printStackTrace
Prints the detailed description of this throwable to the standard output.
fun printStackTrace()
toString
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.
open fun toString(): String
Extension Functions
Inheritors
AssertionError
open class AssertionError : Error
typealias AssertionError = AssertionError
NotImplementedError
An exception is thrown to indicate that a method body remains to be implemented.
class NotImplementedError : Error
OutOfMemoryError
open class OutOfMemoryError : Error