Searched refs:getExceptions (Results 1 – 7 of 7) sorted by relevance
49 if (getExceptions() != null && !getExceptions().isEmpty()) { in toString()51 builder.append(ModelUtil.separate(getExceptions(), " ")); in toString()
68 if (method.getExceptions() != null in toString()69 && !method.getExceptions().isEmpty()) { in toString()71 builder.append(ModelUtil.separate(method.getExceptions(), " ")); in toString()
58 public Set<ITypeReference> getExceptions() { in getExceptions() method in SigExecutableMember
51 public Set<ITypeReference> getExceptions() { in getExceptions() method in ExecutableMemberProjection53 .getExceptions(), mappings); in getExceptions()
48 Set<ITypeReference> getExceptions(); in getExceptions() method
712 normalizeExceptions(from.getExceptions()),713 normalizeExceptions(to.getExceptions()));911 normalizeExceptions(from.getExceptions()),912 normalizeExceptions(to.getExceptions()));
412 assertEquals(1, constructor.getExceptions().size()); in convertConstructorWithException()413 IClassReference exception = (IClassReference) constructor.getExceptions().iterator().next(); in convertConstructorWithException()