SlideShare a Scribd company logo
Exception Handling
Anton ( 王惇瑞)
(F11157801)
OUTLINE
Exception Handling
Conclusion
Introduction
Syntax Error
References
INTRODUCTION
Until now error messages haven’t been more than 2 type.
There are (at least) two distinguishable kinds of
errors: syntax errors and exceptions
Source : https://docs.python.org/3/tutorial/errors.html#exceptions
SYNTAX ERROR
The parser repeats the offending line and
displays a little arrow pointing at the earliest
point in the line where the error was detected.
The error is caused by the token preceding the
arrow. In the example the error is detected at the
function print() since a colon (:) is missing
^ : indicate the part of error
EXCEPTION
Even if a statement or expression is syntactically
correct, it may cause an error when an attempt is
made to execute it. Errors detected during
execution are called exceptions and are not
unconditionally fatal
EXCEPTION
The last line of the error message indicates what
happened, exception come in different types, and
the type is printed as part of the message. For
example ZeroDivisionError, NameError, and
TypeError. The string printed as the exception
type is the name of the built-in exception that
occurred.
STANDARD EXCEPTIONS
STANDARD EXCEPTIONS
STANDARD EXCEPTIONS
EXCEPTION HANDLING
Illustration how exception handling works
EXCEPTION HANDLING
It is possible to write programs that handle selected exceptions, like example in the
above which asks the user for input until a valid integer has been entered, but allows
the user to interrupt the program using “ctrl + c”
EXCEPTION HANDLING
The try statement works as follows:
1. First, the try clause (the statement between try and except keywords) is executed
2. If no exception occurs, the except clause is skipped and execution of the try statement
3. If an exception occurs during execution of the try clause, the rest of the clause is skipped. Then if it’s type
matches the exception named after the except keyword, the except clause is executed, then execution
continues after the try/except block
4. If an exception occurs which does not match the exception named in the except clause, it is passed on to
outer try statement; if no handler is found, it is an unhandled exception and execution stops
RAISING EXCEPTION
The raise statement allows you to force
an error to occur. We can define both
the type of error and the text that prints to
the user. That the argument to raise must
either be an exception instance or a
subclass deriving from an exception
RAISING EXCEPTION
In the code block in the left, TypeError is
the specified error. It has been set to
occur anytime the variable x is not a
string. The text inside the parentheses
represents your chosen text to print to
the user
Conclusion
Glosarium
References
https://www.coursera.org/tutorials/python-exception
https://docs.python.org/3/tutorial/errors.html#exceptions
https://www.datacamp.com/tutorial/exception-handling-python
https://www.tutorialspoint.com/python/python_exceptions.htm

More Related Content

PPT
Firoze_Errors_Exceptions in python__.ppt
urstrulysurya
 
PPT
Firoze_Errors_Exceptions in python__.ppt
urstrulysurya
 
PDF
Java unit 11
Shipra Swati
 
PPT
Exceptions
DeepikaT13
 
PPTX
Presentation1
Anul Chaudhary
 
PPTX
Exception handling and throw and throws keyword in java.pptx
shikhaverma566116
 
PPT
Exceptions
motthu18
 
PPTX
Exceptions overview
Bharath K
 
Firoze_Errors_Exceptions in python__.ppt
urstrulysurya
 
Firoze_Errors_Exceptions in python__.ppt
urstrulysurya
 
Java unit 11
Shipra Swati
 
Exceptions
DeepikaT13
 
Presentation1
Anul Chaudhary
 
Exception handling and throw and throws keyword in java.pptx
shikhaverma566116
 
Exceptions
motthu18
 
Exceptions overview
Bharath K
 

Similar to Python Exception Handling (Python Course) (20)

PPT
Md07 exceptions&assertion
Rakesh Madugula
 
PPTX
Exception Handling in Java
lalithambiga kamaraj
 
PPT
Exception handling
Raja Sekhar
 
PPTX
IakakkakjabbhjajjjjjajjajwsjException.pptx
KingDietherManay1
 
PPTX
Z blue exception
Narayana Swamy
 
PPTX
Chapter 13 exceptional handling
Praveen M Jigajinni
 
PPTX
Exception handling with python class 12.pptx
PreeTVithule1
 
PPTX
Exception Handling in C++
Deepak Tathe
 
PDF
22 scheme OOPs with C++ BCS306B_module5.pdf
sindhus795217
 
PPTX
Errorhandlingbyvipulkendroyavidyalayacrpfmudkhed.pptx
xaybhagfsus
 
PPTX
7.error management and exception handling
Deepak Sharma
 
PDF
Python exception handling
Mohammed Sikander
 
PPT
Week7 exception handling
Alpesh Oza
 
PPT
Week7 exception handling
Alpesh Oza
 
PPT
Week7 exception handling
Alpesh Oza
 
PDF
Class notes(week 8) on exception handling
Kuntal Bhowmick
 
PPTX
Exception Handling,finally,catch,throw,throws,try.pptx
ArunPatrick2
 
PPT
Chap12
Terry Yoast
 
DOCX
Exception handlingpdf
gandra jeeshitha
 
PPT
Exception Handling
PRN USM
 
Md07 exceptions&assertion
Rakesh Madugula
 
Exception Handling in Java
lalithambiga kamaraj
 
Exception handling
Raja Sekhar
 
IakakkakjabbhjajjjjjajjajwsjException.pptx
KingDietherManay1
 
Z blue exception
Narayana Swamy
 
Chapter 13 exceptional handling
Praveen M Jigajinni
 
Exception handling with python class 12.pptx
PreeTVithule1
 
Exception Handling in C++
Deepak Tathe
 
22 scheme OOPs with C++ BCS306B_module5.pdf
sindhus795217
 
Errorhandlingbyvipulkendroyavidyalayacrpfmudkhed.pptx
xaybhagfsus
 
7.error management and exception handling
Deepak Sharma
 
Python exception handling
Mohammed Sikander
 
Week7 exception handling
Alpesh Oza
 
Week7 exception handling
Alpesh Oza
 
Week7 exception handling
Alpesh Oza
 
Class notes(week 8) on exception handling
Kuntal Bhowmick
 
Exception Handling,finally,catch,throw,throws,try.pptx
ArunPatrick2
 
Chap12
Terry Yoast
 
Exception handlingpdf
gandra jeeshitha
 
Exception Handling
PRN USM
 
Ad

Recently uploaded (20)

PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
PDF
Study Material and notes for Women Empowerment
ComputerScienceSACWC
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
Odoo 18 Sales_ Managing Quotation Validity
Celine George
 
PPTX
Trends in pediatric nursing .pptx
AneetaSharma15
 
PDF
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PDF
Sunset Boulevard Student Revision Booklet
jpinnuck
 
PDF
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
PPTX
Autodock-for-Beginners by Rahul D Jawarkar.pptx
Rahul Jawarkar
 
DOCX
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
Study Material and notes for Women Empowerment
ComputerScienceSACWC
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
Odoo 18 Sales_ Managing Quotation Validity
Celine George
 
Trends in pediatric nursing .pptx
AneetaSharma15
 
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
Sunset Boulevard Student Revision Booklet
jpinnuck
 
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
Autodock-for-Beginners by Rahul D Jawarkar.pptx
Rahul Jawarkar
 
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
Ad

Python Exception Handling (Python Course)