<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>suzaku0914</author_name>
  <author_url>https://blog.hatena.ne.jp/suzaku0914/</author_url>
  <blog_title>エンターテイメント！！</blog_title>
  <blog_url>https://suzaku-tec.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>プログラミング</anon>
    <anon>恥晒し</anon>
    <anon>試験</anon>
  </categories>
  <description>きっかけ OCPJ11 Goldの勉強をしている際、マルチキャッチの問題を解いた際に間違えたので載せる。 テストコード public class Ocpj3_9 { public static void main(String[] args) { try{ throw new Ex1(); }catch (Ex1 | RuntimeException e) { // eは暗黙的にfinal!! } } static class Ex1 extends Exception { } static class Ex2 extends Ex1 { } } varが導入されたので、再代入可能かと思ってし…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsuzaku-tec.hatenadiary.jp%2Fentry%2F2021%2F10%2F25%2F155045&quot; title=&quot;【OCPJ】マルチキャッチは暗黙的例外 - エンターテイメント！！&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-10-25 15:50:45</published>
  <title>【OCPJ】マルチキャッチは暗黙的例外</title>
  <type>rich</type>
  <url>https://suzaku-tec.hatenadiary.jp/entry/2021/10/25/155045</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
