Searched refs:getSuppressed (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DTwrNullTests.java63 Throwable[] suppressed = ioe.getSuppressed();
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed();
H A DTwrTests.java93 checkSuppressedExceptions(e.getSuppressed(), bitMap);
115 checkSuppressedExceptions(e.getSuppressed(), bitMap);
137 checkSuppressedExceptions(e.getSuppressed(), bitMap);
161 checkSuppressedExceptions(e.getSuppressed(), bitMap);
184 checkSuppressedExceptions(e.getSuppressed(), bitMap);
210 checkSuppressedExceptions(e.getSuppressed(), bitMap);
234 checkSuppressedExceptions(e.getSuppressed(), bitMap);
262 checkSuppressedExceptions(e.getSuppressed(), bitMap);
313 * getSuppressed()
379 checkSuppressedExceptions(e.getSuppressed(), bitMa
[all...]
/openjdk7/jdk/test/java/lang/Throwable/
H A DSuppressedExceptions.java63 Throwable[] t0 = throwable.getSuppressed();
70 Throwable[] t1 = throwable.getSuppressed();
77 Throwable[] t2 = throwable.getSuppressed();
158 Throwable[] t0 = throwable.getSuppressed();
183 Throwable[] t0 = t.getSuppressed();
190 t0 = t.getSuppressed();
204 t0 = t.getSuppressed();
226 Throwable[] suppressed = ise.getSuppressed();
H A DStackTraceSerialization.java135 Objects.equals(t1.getSuppressed(), t2.getSuppressed()));
/openjdk7/jdk/src/share/classes/java/lang/
H A DThrowable.java219 * #getSuppressed()}. The list is initialized to a zero-element
319 * suppression is disabled, {@link #getSuppressed} for this object
661 for (Throwable se : getSuppressed())
702 for (Throwable se : getSuppressed())
1074 public final synchronized Throwable[] getSuppressed() { method in class:Throwable

Completed in 158 milliseconds