public class GuardFailed extends Undefined
Exception thrown when the guard of the last case alternative fails.
throw new GuardFailed(...)
is inserted by the compiler
at appropriate places and helps identify the
source line number of the guard.
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
GuardFailed(java.lang.String qname,
int line) |
static final long serialVersionUID