Searched refs:mExceptionList (Results 1 – 1 of 1) sorted by relevance
269 final ArrayList<String> mExceptionList; field in JDiffClassDescription.JDiffMethod281 mExceptionList = new ArrayList<>(); in JDiffMethod()299 mExceptionList.add(exceptionName); in addException()364 if (mExceptionList.size() > 0) { in toSignatureString()366 for (int x = 0; x < mExceptionList.size(); x++) { in toSignatureString()367 sb.append(mExceptionList.get(x)); in toSignatureString()368 if (x + 1 != mExceptionList.size()) { in toSignatureString()