cancel
Showing results for 
Search instead for 
Did you mean: 

exceptional handling

Former Member
0 Kudos

hi

what is meant by exceptional handling ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This message was moderated.

Answers (3)

Answers (3)

Former Member
0 Kudos

Please do not ask or answer this sort of question:

Former Member
0 Kudos

Hi,

It is all about guiding the program/run time enviroment....about some unexpected run times conditions that may occur and hence saving the progam to go into a Short dump.

For eg: Handing an exception of division by Zero

Former Member
0 Kudos

what is meant by exceptional handling ?

"exceptional handling" Exceptional means outclassed, very good. Handling means dealing with. So, exceptional handling means dealing with something in an extremely good manner.

If you meant "Exception Handling", then thats something different, you raise the exeption in classes to avoid it from crash or going the control into some inconsistant stage or somewhere in your program you want to raise a 'red flag' then you will raise exception. Which should be caught in the calling program/class to avoid the short dump. One of the most used exception is divide by zero.