In the previous lesson, you learned about the two kinds of implicitly raised exceptions:
Predefined server exceptions
Non-predefined server exceptions
The Oracle server raises implicit exceptions at runtime--you do not have a choice in this matter. Oracle dictates the raising of such exceptions.
However, you do need to write an error handing routine to handle these exceptions.
Handling predefined server exceptions is the easiest way to handle exceptions. The following MouseOver best explains how to code them.
Predefined Server Exceptions
In the next lesson, you will learn about implicit user-defined exceptions.