Try / Catch
Handle errors.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: try { risky(); } catch (Exception e) { e.printStackTrace(); }
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Handle errors.
Write: try { risky(); } catch (Exception e) { e.printStackTrace(); }