TOOL_ERR
built-in package
Procedure/Exception/Function |
Description |
procedure that discards all errors currently on the error stack |
|
function that returns the error code for the ith error on the error stack (the default is the top-most error) | |
function, given a prefix and an offset, constructs a unique error code for use within a package | |
function that returns the formatted message associated with the ith error on the error stack (the default is the top-most error) | |
function that returns the number of errors currently on the error stack | |
procedure that discards the topmost error on the error stack | |
exception that defines a generic error you can raise to indicate that one or more errors have been pushed onto the error stack | |
constant that identifies the topmost error on the error stack |
About the TOOL_ERR
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.