NotImplementedError

class NotImplementedError(message: String = "An operation is not implemented.") : Error(source)

An exception is thrown to indicate that a method body remains to be implemented.

Since Kotlin

1.0

Constructors

Link copied to clipboard
constructor(message: String = "An operation is not implemented.")

Properties

Link copied to clipboard
open val cause: Throwable?
Since Kotlin 1.0
Link copied to clipboard
open val message: String?
Since Kotlin 1.0
Link copied to clipboard

Returns an array of stack trace elements representing the stack trace pertaining to this throwable.

Since Kotlin 1.0

Functions

Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
open fun printStackTrace()
Since Kotlin 1.0
Link copied to clipboard
actual inline fun Throwable.printStackTrace()

Prints the detailed description of this throwable to the standard error output.

Since Kotlin 1.0

Prints the detailed description of this throwable to the specified stream.

Since Kotlin 1.0

Prints the detailed description of this throwable to the specified writer.

Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0