рд╕рднреА рд╕рдордп рдХрд╛ рд╕рдмрд╕реЗ рдЙрдкрдпреЛрдЧреА рдЬрд╛рд╡рд╛ рд╡рд░реНрдЧ

public class Doer { public static <V> V doIt(Object... args) throws Throwable { if(Math.random() > 0.5) { throw new UnknownError(); } return null; } } 


Source: https://habr.com/ru/post/In117326/


All Articles