MatchError (original) (raw)

scala.MatchError

This class implements errors which are thrown whenever an object doesn't match any pattern of a pattern matching expression.

Attributes

Source

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