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

/openjdk7/jdk/src/share/classes/java/lang/
H A DThrowable.java52 * throwable can {@linkplain Throwable#addSuppressed suppress} other
317 * cause, {@linkplain #addSuppressed suppression} enabled or
321 * #addSuppressed} that would otherwise append an exception to the
1041 public final synchronized void addSuppressed(Throwable exception) { method in class:Throwable
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java151 public final Name addSuppressed; field in class:Names
268 addSuppressed = fromString("addSuppressed");

Completed in 69 milliseconds