How can we implemnet user own exceptions?Is it is a right way to do that?

Questions by rajas2001

Showing Answers 1 - 2 of 2 Answers

Sashi

  • Jul 18th, 2006
 

Users own exceptions are needed so that the possible error states can be easily know and we need these as it is said that a software can never be 100% perfect. This also reduces the embracement at the client place. ya but these can avoided to max but pop up sometime.

example is the user changes the datatime of his system to dd/MM/yyyy and the application is designed to take only MM/dd/yyyy. so this type of exceoptions have to caught using the user defined exceptions.

these are nothing but error states which are foreseen

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions