Searched refs:toThrow (Results 1 – 3 of 3) sorted by relevance
95 RuntimeException toThrow = null; in checkProperties() local109 if (toThrow == null) { in checkProperties()110 toThrow = new IllegalStateException("PMS compiler filter settings are bad."); in checkProperties()112 toThrow.addSuppressed(exc); in checkProperties()116 if (toThrow != null) { in checkProperties()117 throw toThrow; in checkProperties()
40 public static void canThrowAll(Throwable toThrow) throws Throwable { in canThrowAll() argument41 if (toThrow != null) { in canThrowAll()42 throw toThrow; in canThrowAll()
2792 RuntimeException toThrow = null; in fireCallDestroyed()2796 toThrow = e; in fireCallDestroyed()2807 if (toThrow != null) { in fireCallDestroyed()2808 throw toThrow; in fireCallDestroyed()