Tag

exceptions

All blogs tagged with exceptions

10
Articles
48,573
Total Views

Showing 10 of 10 articles

25
Mar
2026
Comprehensive Guide to File Handling in Python: Techniques, Best Practices, and Real-World Applications
6 views

This tutorial covers the intricacies of file handling in Python, including reading, writing, and managing files effectively. Mastering file operations is crucial for any programmer, as it enables data persistence and manipulation, which are essential in real-world applications. Familiarity with basic Python syntax and data types will be beneficial for understanding the concepts discussed.

21
Aug
2023
java.lang.IndexOutOfBoundsException
4,263 views

The java.lang.IndexOutOfBoundsException is an exception class in Java that is thrown when an index used to access an array, list, or other collection is either negative or greater than or equal to the size of the collection. This usually indicates an attempt to access an element at an invalid index that does not exist in the collection.

20
Aug
2023
org.openqa.selenium.SessionNotCreatedException: session not created exception
5,744 views

The org.openqa.selenium.SessionNotCreatedException is an exception that can occur when working with Selenium, a popular automation testing framework used for web application testing. This exception typically indicates that a new session (browser instance) could not be created due to various reasons.

05
Aug
2020
Exception Handling and Creating Exception Logs in Asp.net MVC
20,422 views

So basically in a MVC Project we often use many controllers for making our web project functional.So one way is to handle exception separately on all of them or we can simple use a Base Controller. A Base controller can be told as a parent controller from which all other controller will inherit.So in that way Exception handling performed on Base Controller will get applied on all controllers which inherits from this controller.

Code2Night

A community platform for sharing programming knowledge, tutorials, and blogs. Learn, write, and grow with developers worldwide.

Panipat, Haryana, India
info@code2night.com
© 2026 Code2Night. All Rights Reserved.
Made with for developers  |  Privacy  ·  Terms
Translate Page