133134135136137138139140141142143
if (selectedCase == null) { throw new BuildException("No case matched the value " + value + " and no default has been specified."); } selectedCase.perform(); } /*** * Sets the value being switched on */