A script-enabled browser is required for this page to function properly.

TOOL_ERR built-in package

Procedure/Exception/Function

Description

TOOL_ERR.CLEAR

procedure that discards all errors currently on the error stack

TOOL_ERR.CODE

function that returns the error code for the ith error on the error stack (the default is the top-most error)

TOOL_ERR.ENCODE

function, given a prefix and an offset, constructs a unique error code for use within a package

TOOL_ERR.MESSAGE

function that returns the formatted message associated with the ith error on the error stack (the default is the top-most error)

TOOL_ERR.NERRORS

function that returns the number of errors currently on the error stack

TOOL_ERR.POP

procedure that discards the topmost error on the error stack

TOOL_ERR.TOOL_ERROR

exception that defines a generic error you can raise to indicate that one or more errors have been pushed onto the error stack

TOOL_ERR.TOPERROR

constant that identifies the topmost error on the error stack

See also

About the TOOL_ERR built-in package

About built-in packages