<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>talosta</author_name>
  <author_url>https://blog.hatena.ne.jp/talosta/</author_url>
  <blog_title>たろすのプログラミング教室</blog_title>
  <blog_url>https://talosta.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>プログラミング-Java</anon>
    <anon>資格</anon>
    <anon>資格-Java Gold</anon>
  </categories>
  <description>こんにちは。たろすです。今回は例外の再スローについて説明します。 例外の再スロー 元の例外の取り出し おわりに おすすめの学習本 例外の再スロー 例外をキャッチした後に再度例外をスローすることができます。その際に引数に元の例外を指定することで、元の例外を受け渡すことができます。 public static void main(String[] args) { try { x(); } catch (Exception e) { e.printStackTrace(); } } public static void x() throws Exception { try { y(); } catc…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftalosta.hatenablog.com%2Fentry%2Fre-throw&quot; title=&quot;Java Gold合格への道　～例外の再スロー～ - たろすのプログラミング教室&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/t/talosta/20220109/20220109140855.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-04-08 18:00:00</published>
  <title>Java Gold合格への道　～例外の再スロー～</title>
  <type>rich</type>
  <url>https://talosta.hatenablog.com/entry/re-throw</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
