NotImplementedError
scala.NotImplementedError
final class NotImplementedError(msg: String) extends Error
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.???
.
Attributes
- Source
- NotImplementedError.scala
- Graph
-
- Supertypes
Members list
Value members
Constructors
def this()
Attributes
- Source
- NotImplementedError.scala
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
In this article