Exception Handling
What is an Exception?
Definition:
“When an unusual, irregular, abnormal or nonstandard condition arises in a sequence of code at run time this phenomenon is referred as Exception handling”
An exception is a runtime error.
In Object Oriented, an exception is an object that is used to describes an exceptional condition that has occurred in a piece of code.
- Read more about Exception Handling
- 3 comments
- Log in or register to post comments
- 37 views