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(): StringExtension Functions
Inheritors
AssertionError
open class AssertionError : Errortypealias AssertionError = AssertionErrorNotImplementedError
An exception is thrown to indicate that a method body remains to be implemented.
class NotImplementedError : ErrorOutOfMemoryError
open class OutOfMemoryError : Error