Searched defs:exceptions (Results 1 - 2 of 2) sorted by relevance

/cts/tools/signature-tools/src/signature/model/impl/
H A DSigExecutableMember.java36 private Set<ITypeReference> exceptions = Uninitialized.unset(); field in class:SigExecutableMember
59 return exceptions;
62 public void setExceptions(Set<ITypeReference> exceptions) { argument
63 this.exceptions = exceptions;
/cts/tools/signature-tools/src/signature/compare/
H A DApiComparator.java733 // remove runtime exceptions,
736 Set<ITypeReference> exceptions) {
738 exceptions);
752 Set<ITypeReference> exceptions) {
754 exceptions);
755 for (ITypeReference type : exceptions) {
735 normalizeExceptions( Set<ITypeReference> exceptions) argument
751 removeSpecializations( Set<ITypeReference> exceptions) argument

Completed in 191 milliseconds