Advantages of exception handling are:
• Exception handling separates error-handling code from normal code.
• It clarifies the code and enhances readability.
• It stimulates consequences as the error-handling takes place at one place and in one manner.
• It makes for clear, robust, fault-tolerant programs.