On this page
Class scala.NotImplementedError
Throwing this exception can be a temporary replacement for a method body that remains to be implemented. For instance, the exception is thrown by Predef.???.
| Supertypes |
|---|
Constructors
Source
def this()
Inherited methods
| Inherited from | Throwable |
|---|
def fillInStackTrace(): Throwable
| Inherited from | Throwable |
|---|
| Inherited from | Throwable |
|---|
def getLocalizedMessage(): String
| Inherited from | Throwable |
|---|
def getMessage(): String
| Inherited from | Throwable |
|---|
| Inherited from | Throwable |
|---|
| Inherited from | Throwable |
|---|
| Inherited from | Throwable |
|---|
| Inherited from | Throwable |
|---|
| Inherited from | Throwable |
|---|
def printStackTrace(): Unit
| Inherited from | Throwable |
|---|
| Inherited from | Throwable |
|---|
| Inherited from | Throwable |
|---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/NotImplementedError.html