Searched defs:getSuppressed (Results 1 – 2 of 2) sorted by relevance
87 public static Throwable[] getSuppressed(Throwable receiver) { in getSuppressed() method in ThrowableExtension184 public abstract Throwable[] getSuppressed(Throwable receiver); in getSuppressed() method in ThrowableExtension.AbstractDesugaringStrategy202 public Throwable[] getSuppressed(Throwable receiver) { in getSuppressed() method in ThrowableExtension.ReuseDesugaringStrategy245 public Throwable[] getSuppressed(Throwable receiver) { in getSuppressed() method in ThrowableExtension.MimicDesugaringStrategy393 public Throwable[] getSuppressed(Throwable receiver) { in getSuppressed() method in ThrowableExtension.NullDesugaringStrategy
364 static Throwable[] getSuppressed(Throwable throwable) { in getSuppressed() method in CloserTest366 Method getSuppressed = Throwable.class.getDeclaredMethod("getSuppressed"); in getSuppressed() local