130131132133134135136137
private void error(String msg) throws ParseException { if (processorGraphHandler != null) { processorGraphHandler.error(ERROR, msg); } if (!ignoreErrors) { throw new ParseException(msg); } }