|
Scala Library
|
|
scala/MatchError.scala]
final
class
MatchError(msg : java.lang.String)
extends java.lang.RuntimeException with AnyRef| Additional Constructor Summary | |
def
|
this (obj : Any) : MatchError |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Additional Constructor Details |
|
Scala Library
|
|