<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java Try-Catch :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/10-exceptions/06-java/03-try-catch/video/index.html</link>
    <description>Resources Slides Video Script Let’s take a closer look at how we can use a Try-Catch statement in Java to detect and handle exceptions that are caused by our program. Specifically want to take a program that looks like this, and update it to look more like this, with code to catch and handle exceptions that are thrown by the program.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 27 Jun 2024 15:52:41 -0500</lastBuildDate>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/10-exceptions/06-java/03-try-catch/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>