static RuntimeException rethrowWithNewStacktrace(Throwable t) { ifndef LeanMode if (t instanceof Error) _handleError((Error) t); endifndef throw new RuntimeException(t.getMessage()); }