Data Science and Machine Learning Internship ...
- 22k Enrolled Learners
- Weekend/Weekday
- Live Class
An Exception is an error that happens during the execution of a program. Whenever there is an error, Python generates an exception that could be handled. It basically prevents the program from getting crashed.
🐍 Ready to Unleash the Power of Python? Sign Up for Edureka’s Comprehensive Python Certification Classes with access to hundreds of Python learning Modules and 24/7 technical support.
Many a time, there are valid as well as invalid exceptions. Exceptions are convenient in many ways for handling errors and special conditions in a program. When you think that you have a code which can produce an error, you can use exception handling technique.
You can even check out the details of successful Spark developer with the Pyspark training course.
You can raise an exception in your program by using the raise exception statement. Raising an exception breaks current code execution and returns the exception back until it is handled.
IOError (Input Output Error) – If the file cannot be opened
ImportError – If Python cannot find the module
ValueError – Raised when the user hits the interrupt key (normally ctrl+c or delete)
EOFError (End of File Error) – Raised when one of the built-in functions (input() or raw_input()) hits an end-of-file condition (EOF) without reading any data.
Got a question for us? Mention them in the comments section and we will get back to you.
Related Posts
Course Name | Date | Details |
---|---|---|
Data Science with Python Certification Course | Class Starts on 14th December,2024 14th December SAT&SUN (Weekend Batch) | View Details |
edureka.co