Handling Exceptions, and Multiple Handlers

0
8كيلو بايت

Handling Exceptions with try-except

An exception is an event that disrupts the normal flow of your Python program. Some examples:

  • KeyError – raised when a key is not found in a dictionary
  • IndexError - raised when you try to access an element outside the range of the list

Exception handling is error-checking code in your program that looks for a special circumstance. Exception handling is done with try-except blocks of code.

  • try – the block of code where something could go wrong (may throw an exception)
  • except – the code to run if an exception happens

Multiple exception handlers

If more than one type of exception may be raised in a try block, then you can have multiple exception handlers by adding more except blocks of code to handle each one.

An unhandled exception happens if no exception handler exists.

Raising exceptions

If you have code written that detects an error, execute a raise statement to exit the try block and start executing the except block. Example: raise ValueError(’Invalid number’) creates a new exception of type ValueError, and the string argument explains the error.

Use the as keyword to provide an object for your exception.

البحث
الأقسام
إقرأ المزيد
التعليم
S.4 PHYSICAL EDUCATION MOCK EXAM
https://acrobat.adobe.com/id/urn:aaid:sc:EU:ec617028-2a6c-4082-b406-54df86b57b55
بواسطة Expedito 2024-07-24 19:32:08 0 9كيلو بايت
Physics
WAKISSHA UACE PHYSICS PAPER 2 2024
WAKISSHA UACE PHYSICS PAPER 2 2024
بواسطة Expedito 2024-08-01 18:31:28 1 9كيلو بايت
Shopping
Prada Bags Outlet be the answer whether that true or not fall
I personally feel a silk is a staple as we transition from summer to fall. both are technically...
بواسطة adkinsbags 2025-04-28 06:40:59 0 3كيلو بايت
Technology
Using the SUM Function in Excel: A Step-by-Step Guide
The SUM function in Excel is a powerful tool used to calculate the total of a range of numbers....
بواسطة Microsoft Excel 2024-09-03 03:17:00 1 7كيلو بايت
Business
Business Success is a Marathon, Not a Sprint
Strategies for Thriving in Today’s Fast-Paced Environment In the fast-paced world of...
بواسطة Olaim 2024-08-03 15:39:53 0 8كيلو بايت
Tebtalks https://tebtalks.com