Searched refs:getSuppressed (Results 1 – 7 of 7) sorted by relevance
673 for (Throwable se : getSuppressed()) in printStackTrace()716 for (Throwable se : getSuppressed()) in printEnclosedStackTrace()1120 public final synchronized Throwable[] getSuppressed() { in getSuppressed() method in Throwable
163 assertTrue(e.getSuppressed().length == n - 1); in assertCascaded()165 assertTrue(e.getSuppressed()[i].getMessage().equals(String.valueOf(i + 2))); in assertCascaded()
108 Throwable[] mutable = throwable.getSuppressed(); in testGetSuppressedReturnsCopy()380 assertEquals(Arrays.asList(throwable.getSuppressed()), Arrays.asList(expectedSuppressed)); in assertSuppressed()
70 …ed java.lang.@libcore.util.NonNull Throwable @libcore.util.NonNull [] getSuppressed() { throw new … in getSuppressed() method in Throwable
178 Throwable[] suppressed = exception.getSuppressed(); in checkResourceNotReleased()
140 public final synchronized java.lang.Throwable[] getSuppressed() { in getSuppressed() method in Throwable
1049 assertEquals(1, ex1.getSuppressed().length); in testWhenComplete_sourceFailedActionFailed()1050 assertSame(ex2, ex1.getSuppressed()[0]); in testWhenComplete_sourceFailedActionFailed()