W3cubDocs

/Kotlin

NotImplementedError

class NotImplementedError : Error

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

Constructors

<init>

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

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

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-not-implemented-error/