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

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java95 String exName; field in class:InterruptedExceptionTest.ExceptionKind
98 private ExceptionKind(String exName, boolean shouldWarn) { argument
99 this.exName = exName;
104 return this == NONE ? "" : "throws " + exName;
108 return (decl != X || this == NONE) ? "" : "<" + exName + ">";

Completed in 31 milliseconds