489490491492493494495
* --- message to raise. * @param index * --- index position to associate the error with. */ private void syntaxError(String msg, int index) { throw new SyntaxError(msg, filename, index, index); }