What are user defined exceptions? (Senior Lecturer – Amplify Mindware)
Transcript: When some abnormal condition occur in program and we want to handle it instead of depending upon the compiler or the software what I will do I will write my own exceptions in the application anything it can be suppose I want a user to type a character string by mistake he had entered alpha numeric string so it will give an error “please use only string“ for this I will use user define exception for that we need to extend the exception […]