{"id":612,"date":"2019-02-17T13:51:33","date_gmt":"2019-02-17T05:51:33","guid":{"rendered":"http:\/\/www.eait.co\/?p=612"},"modified":"2019-04-05T12:31:17","modified_gmt":"2019-04-05T04:31:17","slug":"java-throw","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=612","title":{"rendered":"java\u2014\u2014throw"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/17.\r\n *\/\r\npublic class java_throw\r\n{\r\n    public static void main(String args[])\r\n    {\r\n        int a = 4,b = 0;\r\n        try {\r\n            if (b == 0)\r\n                \/\/throw\u629b\u51fa\u5f02\u5e38\u7684\u5b9e\u4f8b\u5bf9\u8c61\r\n            {throw new ArithmeticException(\"\u4e00\u4e2a\u7b97\u672f\u5f02\u5e38\");}\r\n            else\r\n            {System.out.println(\"a\/b=\"+a\/b);}\r\n\r\n\r\n            }\r\n        catch(ArithmeticException aa){\r\n            System.out.println(aa);\r\n        }\r\n    }\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/17. *\/ public class ja [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,24],"tags":[],"class_list":["post-612","post","type-post","status-publish","format-standard","hentry","category-java","category-base_code"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=612"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/612\/revisions"}],"predecessor-version":[{"id":613,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/612\/revisions\/613"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}