Home | History | Annotate | Download | only in runtime

Lines Matching refs:report_error

86  *  <dt> void report_error(String message, Object info)
94 * report_error() to emit a message, then throws an exception.
98 * invokes: report_error("Syntax error", null);
327 report_error(message, info);
344 public void report_error(String message, Object info)
359 report_error("Syntax error", null);