NotImplementedError (original) (raw)

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.???.

Attributes

Source

NotImplementedError.scala

Graph

Supertypes

Members list

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:

Throwable

In this article