
___________is a process of converting system error messages in to user friendly messages.
An__________is an event, which occurs during the execution of a program, that disrupt the normal flow of a program's instructions.
Exceptions are _________anomalies that a program encounters during execution.
The Keywords for handling the Exception in C++ are
___________ block consists of the code that may generate exception.
_________keyword is used to throw an exception encountered inside try block.
Raising of an exception is done by _______expression.
___________block detects and throws an exception
_____________block catches and handles the exception.
__________block specifies the action to be taken when an exception occur.