PL/SQL allows you to explicitly handle internal and user-defined error conditions, called exceptions, that arise during processing of PL/SQL code. You create database package exceptions on the Exceptions tab of a database package using the Add a Row tool.
In addition to the standard Name, Code, and Comment, a database package exception has the following properties:
Properties
|
Description
|
DB Package
|
Name of the database package to which the exception belongs.
|
Pragma
|
Allows you to type a compiler directive, that is, a string for specifying compilation parameters for the exception.
|