filmov
tv
Exception Handling in Python

Показать описание
#Python #Errors #Exceptions #SyntaxError #RuntimeError #LogicalErrors #ExceptionHandling #tutorials #VishalGoyal #punjabiuniversitypatiala
This session covers following topics -
Errors
1) Syntax error, 2) Runtime error, 3) Logical Error
Exception Model
Exception Handling - Try-except blocks
a)multiple except clause
b)Single except to handle multiple exception
c)generic except after all excepts
Exception Handling - Else and finally block
Raising Exception
Assertions
User defined Exception(writing your own exception)
Exception Hierarchy – Built in exceptions, sample code
This session covers following topics -
Errors
1) Syntax error, 2) Runtime error, 3) Logical Error
Exception Model
Exception Handling - Try-except blocks
a)multiple except clause
b)Single except to handle multiple exception
c)generic except after all excepts
Exception Handling - Else and finally block
Raising Exception
Assertions
User defined Exception(writing your own exception)
Exception Hierarchy – Built in exceptions, sample code