Searched refs:mExceptionList (Results 1 – 1 of 1) sorted by relevance
259 final ArrayList<String> mExceptionList; field in JDiffClassDescription.JDiffMethod271 mExceptionList = new ArrayList<>(); in JDiffMethod()289 mExceptionList.add(exceptionName); in addException()354 if (mExceptionList.size() > 0) { in toSignatureString()356 for (int x = 0; x < mExceptionList.size(); x++) { in toSignatureString()357 sb.append(mExceptionList.get(x)); in toSignatureString()358 if (x + 1 != mExceptionList.size()) { in toSignatureString()