Searched defs:getSuppressed (Results 1 – 1 of 1) sorted by relevance
363 static Throwable[] getSuppressed(Throwable throwable) { in getSuppressed() method in CloserTest365 Method getSuppressed = Throwable.class.getDeclaredMethod("getSuppressed"); in getSuppressed() local