1 2 3 4 5
public class PostCompileSneaky { public void test() { throw lombok.Lombok.sneakyThrow(new Exception()); } }