Searched refs:errorId (Results 1 – 1 of 1) sorted by relevance
121 private void error(int errorId) { in error() argument122 error(errorId, new Throwable()); in error()125 private void error(final int errorId, final Throwable cause) { in error() argument129 String error = getString(errorId); in error()