public class NoMatch extends Undefined
Exception thrown when all matches of a case or lambda fail.
throw new NoMatch(...)
is
inserted by the compiler at appropriate places.
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
NoMatch(java.lang.String qname,
int line,
java.lang.Object x) |
static final long serialVersionUID