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

LIST.FAIL built-in exception

This exception is raised when any LIST operation fails.

Syntax


LIST.FAIL EXCEPTION;

Example


/* 
** Provide an exception handler for the
** LIST.FAIL exception
*/
EXCEPTION
WHEN LIST.FAIL THEN
  TEXT_IO.PUT_LINE('LIST Operation Failed');

See also

About the LIST built-in package

LIST built-in package