Searched refs:noException (Results 1 – 2 of 2) sorted by relevance
162 public IntList toTargetList(int noException) { in toTargetList() argument163 if (noException < -1) { in toTargetList()167 boolean hasDefault = (noException >= 0); in toTargetList()176 return IntList.makeImmutable(noException); in toTargetList()192 result.add(noException); in toTargetList()