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 stack trace of this throwable to the standard output.
fun printStackTrace()
toString
Returns a string representation of the object.
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