LIST.FAIL
built-in exceptionThis exception is raised when any LIST
operation fails.
LIST.FAIL EXCEPTION;
/*
** Provide an exception handler for the
** LIST.FAIL exception
*/
EXCEPTION
WHEN LIST.FAIL THEN
TEXT_IO.PUT_LINE('LIST Operation Failed');
About the LIST
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.