<?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>こんにちは。たろすです。今回はmulti-catchについて説明します。 使い方 おわりに おすすめの学習本 使い方 multi-catchは一つのcatchブロックで複数の例外をキャッチする方法です。 public static void main(String[] args) { try { x(); } catch (IOException | NullPointerException e) { // multi-catch e.printStackTrace(); } } public static void x() throws IOException { throw new IOE…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftalosta.hatenablog.com%2Fentry%2Fmulti-catch&quot; title=&quot;Java Gold合格への道　～multi-catch～ - たろすのプログラミング教室&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/20220109142323.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-04-12 18:00:00</published>
  <title>Java Gold合格への道　～multi-catch～</title>
  <type>rich</type>
  <url>https://talosta.hatenablog.com/entry/multi-catch</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
