Exceptions Chapter 10. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

Similar documents
File I/O and Exceptions

I/O Streams. program. Standard I/O. File I/O: Setting up streams from files. program. File I/O and Exceptions. Dr. Papalaskari 1

I/O Streams. program. Standard I/O. File I/O: Setting up streams from files. program. File I/O and Exceptions. Dr. Papalaskari 1

I/O Streams. program. Standard I/O. File I/O: Setting up streams from files. program. File I/O and Exceptions. Dr. Papalaskari 1

Introduction to Software Design

Exceptions (part 2) An exception is an object that describes an unusual or erroneous situation. Quick Review of Last Lecture.

ECE 122. Engineering Problem Solving with Java

COSC 123 Computer Creativity. I/O Streams and Exceptions. Dr. Ramon Lawrence University of British Columbia Okanagan

COMP 202 File Access. CONTENTS: I/O streams Reading and writing text files. COMP File Access 1

Using Classes and Objects Chapters 3 Creating Objects Section 3.1 The String Class Section 3.2 The Scanner Class Section 2.6

Exceptions. Outline 7/31/2012. Exceptions. Exception handling is an important aspect of objectoriented. Chapter 10 focuses on:

I/O Streams. COMP 202 File Access. Standard I/O. I/O Stream Categories

COMP-202. Exceptions. COMP Exceptions, 2011 Jörg Kienzle and others

Le L c e t c ur u e e 5 To T p o i p c i s c t o o b e b e co c v o e v r e ed e Exception Handling

Sri Vidya College of Engineering & Technology Question Bank

Advanced Flow of Control -- Introduction

Introduction Unit 4: Input, output and exceptions

BBM 102 Introduction to Programming II Spring Exceptions

CSC 1214: Object-Oriented Programming

Programming II (CS300)

Collections Chapter 12. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

Exceptions. COMP 202 Exceptions. Exceptions. Exceptions. An exception is an object that describes an unusual or erroneous situation

Recursion Chapter 17. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

Review Chapters 1 to 4. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

Lecture 19 Programming Exceptions CSE11 Fall 2013

More on Exception Handling

BBM 102 Introduction to Programming II Spring 2017

Typecasts and Dynamic Dispatch. Dynamic dispatch

Assoc. Prof. Marenglen Biba. (C) 2010 Pearson Education, Inc. All rights reserved.

Administration. Exceptions. Leftovers. Agenda. When Things Go Wrong. Handling Errors. CS 99 Summer 2000 Michael Clarkson Lecture 11

Happy Cinco de Mayo!!!!

Programming II (CS300)

More on Exception Handling

Java Input/Output. 11 April 2013 OSU CSE 1

Happy Cinco de Mayo!!!!

CSC 1051 Algorithms and Data Structures I. Final Examination May 2, Name:

COMP 202 File Access. CONTENTS: I/O streams Reading and writing text files. COMP 202 File Access 1

Object oriented programming. Instructor: Masoud Asghari Web page: Ch: 7

CSC 1051 Algorithms and Data Structures I. Final Examination May 2, Name: Question Value Score

Exceptions, try - catch - finally, throws keyword. JAVA Standard Edition

Chapter 12 Exception Handling

A Third Look At Java. Chapter Seventeen Modern Programming Languages, 2nd ed. 1

Inheritance Chapter 8. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

WOSO Source Code (Java)

Exceptions Handling Errors using Exceptions

Name: Checked: Preparation: Write the output of DeckOfCards.java to a text file Submit through Blackboard by 8:00am the morning of Lab.

About This Lecture. Outline. Handling Unusual Situations. Reacting to errors. Exceptions

Lecture 20. Java Exceptional Event Handling. Dr. Martin O Connor CA166

Exception Handling. Chapter 11. Outline. Example: The Quotient app What Are Exceptions? Java By Abstraction Chapter 11

CSC System Development with Java. Exception Handling. Department of Statistics and Computer Science. Budditha Hettige

Exception-Handling Overview

Linked Structures Chapter 13. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

Chapter 13 Exception Handling

Chapter 11 Exceptions

CSCI 261 Computer Science II

Exceptions - Example. Exceptions - Example

Chapter 14. Exception Handling and Event Handling ISBN

Exception Handling. Chapter 11. Java By Abstraction Chapter 11. Outline What Are Exceptions?

COMP-202: Foundations of Programming. Lecture 22: File I/O Jackie Cheung, Winter 2015

CSE 1223: Introduction to Computer Programming in Java Chapter 7 File I/O

CMSC131. Exceptions and Exception Handling. When things go "wrong" in a program, what should happen.

Check out how to use the random number generator (introduced in section 4.11 of the text) to get a number between 1 and 6 to create the simulation.

Computer Science is...

Exceptions and I/O: sections Introductory Programming. Errors in programs. Exceptions

Introductory Programming Exceptions and I/O: sections

Exception Handling Introduction. Error-Prevention Tip 13.1 OBJECTIVES

Introduction to Java Chapters 1 and 2 The Java Language Section 1.1 Data & Expressions Sections

Chapter 10. Exception Handling. Java Actually: A Comprehensive Primer in Programming

Name: Checked: Preparation: Investment Calculator with input and output to text files Submit through Blackboard by 8:00am the morning of Lab.

Data Structures. 02 Exception Handling

Object Oriented Programming Exception Handling

National University. Faculty of Computer Since and Technology Object Oriented Programming

Chapter 5: Enhancing Classes

Object Oriented Programming

What is the purpose of exceptions and exception handling? Vocabulary: throw/raise and catch/handle Exception propagation Java checked and unchecked

Here is a hierarchy of classes to deal with Input and Output streams.

Input, Output and Exceptions. COMS W1007 Introduction to Computer Science. Christopher Conway 24 June 2003

Fundamentals of Object Oriented Programming

Exception Handling. Exception Handling

Agenda & Reading. Python Vs Java. COMPSCI 230 S Software Construction

Analysis of Algorithms Chapter 11. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

Exceptions. References. Exceptions. Exceptional Conditions. CSE 413, Autumn 2005 Programming Languages

Chapter 12 Exception Handling and Text IO. Liang, Introduction to Java Programming, Tenth Edition, Global Edition. Pearson Education Limited

Chapter 3. Selections

CS115. Chapter 17 Exception Handling. Prof. Joe X. Zhou Department of Computer Science. To know what is exception and what is exception handling

Chapter 8. Exception Handling. CS 180 Sunil Prabhakar Department of Computer Science Purdue University

ASSERTIONS AND LOGGING

COE 211/COE 212 Computer/Engineering Programming. Welcome to Exam II Thursday December 20, 2012

Topic 6: Exceptions. Exceptions are a Java mechanism for dealing with errors & unusual situations

Reviewing for the Midterm Covers chapters 1 to 5, 7 to 9. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

Constants. Why Use Constants? main Method Arguments. CS256 Computer Science I Kevin Sahr, PhD. Lecture 25: Miscellaneous

IT101. File Input and Output

Program Correctness and Efficiency. Chapter 2

What are Exceptions?

File I/O Array Basics For-each loop

References. Chapter 5: Enhancing Classes. Enhancing Classes. The null Reference. Java Software Solutions for AP* Computer Science A 2nd Edition

Full file at Chapter 2 - Inheritance and Exception Handling

Exceptions. Examples of code which shows the syntax and all that

COMP 401 EXCEPTIONS. Instructor: Prasun Dewan

Java Loose Ends. 11 December 2017 OSU CSE 1

Transcription:

Exceptions Chapter 10 Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

2 Scope Exceptions: The purpose of exceptions Exception messages The call stack trace The try-catch statement Exception propagation The exception class hierarchy I/O exceptions (and writing text files) Wk09.3 Slide 2

3 Exceptions An exception is an object that describes an unusual or erroneous situation Exceptions are thrown by a program, and may be caught and handled by another part of the program A program can be separated into a normal execution flow and an exception execution flow An error is also represented as an object in Java, but usually represents a unrecoverable situation and should not be caught Wk09.3 Slide 3

Exception Handling 4 The Java API has a predefined set of exceptions and errors that can occur during execution A program can deal with an exception in one of three ways: ignore it handle it where it occurs handle it an another place in the program The manner in which an exception is processed is an important design consideration Wk09.3 Slide 4

5 Uncaught Exceptions If an exception is ignored by the program, the program will terminate abnormally and produce an appropriate message The message includes a call stack trace that indicates the line on which the exception occurred shows the method call trail that lead to the attempted execution of the offending line public class Zero //------------------------------------------------------- // Deliberately divides by zero to produce an exception. //------------------------------------------------------- public static void main(string[] args) int numerator = 10; int denominator = 0; Error occurred in Class Zero Error occurred in method main Error in file Zero.java Error at line 11 System.out.println("Before the attempt to divide by zero."); System.out.println(numerator / denominator); System.out.println("This text will not be printed."); Before the attempt to divide by zero. Exception in thread "main" ava.lang.arithmeticexception: / by zero at Zero.main(Zero.java:11) Error is Div by Zero Wk09.3 Slide 5

6 The try-catch Statement To handle an exception in a program, the line that throws the exception is executed within a try block A try block is followed by one or more catch clauses Each catch clause has an associated exception type and is called an exception handler When an exception occurs, processing continues at the first catch clause that matches the exception type Wk09.3 Slide 6

try-catch Example 7 //******************************************************************** // ProductCodes.java Java Foundations // // Demonstrates the use of a try-catch block. //******************************************************************** import java.util.scanner; public class ProductCodes //----------------------------------------------------------------- // Counts the number of product codes that are entered with a // zone of R and and district greater than 2000. //----------------------------------------------------------------- public static void main(string[] args) String code; char zone; int district, valid = 0, banned = 0; Scanner scan = new Scanner(System.in); System.out.print("Enter product code (STOP to quit): "); code = scan.nextline(); Wk09.3 Slide 7

The try-catch Statement 8 while (!code.equals("stop")) try zone = code.charat(9); district = Integer.parseInt(code.substring(3, 7)); valid++; if (zone == 'R' && district > 2000) banned++; catch (StringIndexOutOfBoundsException exception) System.out.println("Improper code length: " + code); catch (NumberFormatException exception) System.out.println("District is not numeric: " + code); System.out.print("Enter product code (STOP to quit): "); code = scan.nextline(); System.out.println("# of valid codes entered: " + valid); System.out.println("# of banned codes entered: " + banned); Wk09.3 Slide 8

9 The finally Clause A try statement can have an optional clause following the catch clauses, designated by the reserved word finally The statements in the finally clause always are executed If no exception is generated, the statements in the finally clause are executed after the statements in the try block complete If an exception is generated, the statements in the finally clause are executed after the statements in the appropriate catch clause complete Wk09.3 Slide 9

10 Exception Propagation An exception can be handled at a higher level if it is not appropriate to handle it where it occurs Exceptions propagate up through the method calling hierarchy until they are caught and handled or until they reach the level of the main method A try block that contains a call to a method in which an exception is thrown can be used to catch that exception Wk09.3 Slide 10

Exception Propagation Example 11 //******************************************************************** // Propagation.java Java Foundations // Demonstrates exception propagation. //******************************************************************** public class Propagation //----------------------------------------------------------------- // Invokes the level1 method to begin the exception demonstration. //----------------------------------------------------------------- static public void main(string[] args) ExceptionScope demo = new ExceptionScope(); // Causes an Exception! System.out.println("Program beginning."); demo.level1(); System.out.println("Program ending."); Wk09.3 Slide 11

ExceptionScope call will indirectly call an Exception 12 public class ExceptionScope //-------------------------------------------- // Catches and handles the exception // that is thrown in level3. //-------------------------------------------- public void level1() System.out.println("Level 1 beginning."); try level2(); catch (ArithmeticException problem) System.out.println( \nthe exception message is: " + problem.getmessage()); //------------------------------------------------- // Serves as an intermediate level. The exception // propagates through this method back to level1. //------------------------------------------------- public void level2() System.out.println("Level 2 beginning."); level3(); System.out.println("Level 2 ending."); //------------------------------------------------ // Performs a calculation to produce an exception. // It is not caught and handled at this level. //------------------------------------------------ public void level3() int numerator = 10, denominator = 0; System.out.println("Level 3 beginning."); System.out.println( \nthe call stack trace:"); int result = numerator/denominator; problem.printstacktrace(); System.out.println("Level 3 ending."); System.out.println(); System.out.println("Level 1 ending."); This will cause a divide by zero exception! Wk09.3 Slide 12

Exception Handling Flow of Control 13 static public void main() System.out.println("Program beginning."); demo.level1(); System.out.println("Program ending."); public void level1() System.out.println("Level 1 beginning."); try level2(); catch (ArithmeticException problem) System.out.println( \nthe exception message is: " + problem.getmessage()); public void level3() int numerator = 10, denominator = 0; System.out.println("Level 3 beginning."); int result = numerator/denominator; System.out.println("Level 3 ending."); Program beginning. Level 1 beginning. Level 2 beginning. Level 3 beginning. The exception message is: / by zero System.out.println( \nthe call stack trace:"); problem.printstacktrace(); System.out.println(); System.out.println("Level 1 ending."); public void level2() System.out.println("Level 2 beginning."); level3(); System.out.println("Level 2 ending."); The call stack trace: java.lang.arithmeticexception: / by zero at ExceptionScope.level3(ExceptionScope.java:47) at ExceptionScope.level2(ExceptionScope.java:34) at ExceptionScope.level1(ExceptionScope.java:14) at Propagation.main(Propagation.java:17) Level 1 ending. Program ending. Wk09.3 Slide 13

14 The Exception Class Hierarchy Classes that define exceptions are related by inheritance, forming an exception class hierarchy All error and exception classes are descendents of the Throwable class A programmer can define an exception by extending the Exception class or one of its descendants The parent class used depends on how the new exception will be used Wk09.3 Slide 14

15 The Exception Class Hierarchy Part of the error and exception class hierarchy in the Java API: Wk09.3 Slide 15

16 Checked Exceptions An exception is either checked or unchecked A checked exception either must be caught by a method, or must be listed in the throws clause of any method that may throw or propagate it A throws clause is appended to the method header The compiler will issue an error if a checked exception is not caught or asserted in a throws clause Wk09.3 Slide 16

17 Unchecked Exceptions An unchecked exception does not require explicit handling, though it could be processed that way The only unchecked exceptions in Java are objects of type RuntimeException or any of its descendants Errors are similar to RuntimeException and its descendants in that: Errors should not be caught Errors do not require a throws clause Use checked exceptions for recoverable conditions and runtime exceptions for programming errors Wk09.3 Slide 17

18 The throw Statement Exceptions are thrown using the throw statement Usually a throw statement is executed inside an if statement that evaluates a condition to see if the exception should be thrown Wk09.3 Slide 18

Throwing an Exception Example 19 //******************************************************************** // CreatingExceptions.java Java Foundations // // Demonstrates the ability to define an exception via inheritance. //******************************************************************** import java.util.scanner; public class CreatingExceptions //----------------------------------------------------------------- // Creates an exception object and possibly throws it. //----------------------------------------------------------------- public static void main(string[] args) throws OutOfRangeException final int MIN = 25, MAX = 40; Scanner scan = new Scanner(System.in); OutOfRangeException problem = new OutOfRangeException("Input value is out of range."); System.out.print("Enter an integer value between " + MIN + " and " + MAX + ", inclusive: "); int value = scan.nextint(); // Determine if the exception should be thrown if (value < MIN value > MAX) throw problem; System.out.println("End of main method."); // may never reach Wk09.3 Slide 19

Throwing an Exception Example 20 //******************************************************************** // OutOfRangeException.java Java Foundations // // Represents an exceptional condition in which a value is out of // some particular range. //******************************************************************** public class OutOfRangeException extends Exception //----------------------------------------------------------------- // Sets up the exception object with a particular message. //----------------------------------------------------------------- OutOfRangeException(String message) super(message); Wk09.3 Slide 20

Throwing an Exception bypasses normal Flow of Control 21 Normal Flow of Control A calls B B opens file and calls C C returns to B B closes file and returns to A Flow of Control with Exceptions A calls B B opens files and calls C C Throws Exception X A Catches Exception X File remains open! (A bug!) Method A Method A Catch X call B B returns to A call B Open File Method B Close File Open File Method B Close File call C C returns to B call C Method C Method C Throw X Wk09.3 Slide 21

22 A final word on Java Exceptions You will see people use Exceptions in Java all the time, so you need to understand it but It is no longer considered a best practice Ten years ago, Java Exception Handling was frequently used It resulted in a LOT of bad code and undetected errors Programmers overused the concept without proper design Programmers Threw lots of exceptions, but nobody handled them! The Handler code often did nothing with the exception except hide it! Generally: Avoid designing with Exceptions for most programs Use robust design and error checking instead Exceptions should be the exception, not the rule Applicable in custom designed run-time environments Wk09.3 Slide 22

23 I/O Exceptions Let's examine issues related to exceptions and I/O A stream is a sequence of bytes that flow from a source to a destination In a program, we read information from an input stream and write information to an output stream A program can manage multiple streams simultaneously Wk09.3 Slide 23

24 Standard I/O There are three standard I/O streams: We use System.out when we execute println statements System.out and System.err typically represent a particular window on the monitor screen System.in typically represents keyboard input, which we've used with Scanner objects Wk09.3 Slide 24

25 The IOException Class Operations performed by some I/O classes may throw an IOException A file might not exist Even if the file exists, a program may not be able to find it The file might not contain the kind of data we expect An IOException is a checked exception Wk09.3 Slide 25

26 Writing Text Files In Chapter 4 we explored the use of the Scanner class to read input from a text file Let's now examine other classes that let us write data to a text file The FileWriter class represents a text output file, but with minimal support for manipulating data Therefore, we also rely on PrintWriter print and println methods objects, which have Wk09.3 Slide 26

27 Writing Text Files We build the class that represents the output file by combining these classes appropriately Output streams should be closed explicitly Let's look at a program that writes a test data file with random 2-digit numbers Wk09.3 Slide 27

Writing Text Files 28 import java.util.random; import java.io.*; public class TestData public static void main(string[] args) throws IOException final int MAX = 10; int value; Random rand = new Random(); String file = "test.dat"; FileWriter fw = new FileWriter (file); BufferedWriter bw = new BufferedWriter(fw ); PrintWriter outfile = new PrintWriter (bw ); Contents of file test.dat for (int line=1; line <= MAX; line++) 46 11 43 54 54 39 79 66 44 51 22 38 62 47 66 83 42 72 94 64 for (int num=1; num <= MAX; num++) 64 32 95 63 13 83 89 21 85 66 32 79 49 54 61 81 91 93 68 55 value = rand.nextint(90) + 10; 14 89 29 55 89 58 80 25 18 57 outfile.print(value + " "); 44 55 87 93 31 58 56 85 91 12 25 26 60 17 96 36 36 82 30 45 52 58 72 85 82 72 10 86 98 16 outfile.println(); 54 76 29 94 12 84 86 81 41 83 90 35 46 97 23 73 10 39 88 24 outfile.close(); System.out.println("Output file has been created: " + file); Wk09.3 Slide 28

29 Key Things to take away: Exceptions: Exceptions are objects that represent unusual or invalid processing The messages printed when an exception is thrown provide a method call stack trace Each catch clause handles a particular kind of exception that may be thrown within the try block The finally clause is executed whether the try block is exited normally or because of a thrown exception If an exception is not caught and handled where it occurs, it is propagated to the calling method A Programmer must carefully consider how and where exceptions should be handled, if at all. Avoid using them unless there is no alternative. A new exception is defined by deriving a new class form the Exception Class The throws clause on a method header must be included for checked exceptions that are not caught and handled in the method. Wk09.3 Slide 29

30 Key Things to take away: Files: A Stream is a sequential sequence of bytes A Stream can be used as a source of input or as a destination for output The Java class library contains many classes for defining I/O streams with various characteristics. Output file streams should be explicitly closed, or they may not correctly retain the data written to them. Three public reference variables in the System class represent the standard Input/Output streams: System.in Standard input stream System.out Standard output stream System.err Standard error stream for error messages Wk09.3 Slide 30

31 References: 1. J. Lewis, P. DePasquale, and J. Chase., Java Foundations: Introduction to Program Design & Data Structures. Addison-Wesley, Boston, Massachusetts, 3rd edition, 2014, ISBN 978-0-13-337046-1 Wk09.3 Slide 31