<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Pyons</author_name>
  <author_url>https://blog.hatena.ne.jp/Pyons/</author_url>
  <blog_title>Pyons Tech Blog</blog_title>
  <blog_url>https://pyons.hatenablog.com/</blog_url>
  <categories>
    <anon>Java Gold対策</anon>
  </categories>
  <description>マルチキャッチ catchする例外クラスを複数並べて記述できる。 ただし、並べて書く際は継承関係のある例外クラスを記述できない。 public class ExceptionSample { public static void main(String[] args){ try{ throw new SubSubException(); }catch (Exception | SubSubException e){ //Types in multi-catch must be disjoint: 'SubSubException' is a subclass of 'java.lang.Exc…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpyons.hatenablog.com%2Fentry%2F2021%2F03%2F27%2F114725&quot; title=&quot;Ch6. 例外処理 - Pyons Tech Blog&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-03-27 11:47:25</published>
  <title>Ch6. 例外処理</title>
  <type>rich</type>
  <url>https://pyons.hatenablog.com/entry/2021/03/27/114725</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
