ad_raise (public)

 ad_raise exception [ value ]

Defined in packages/acs-tcl/tcl/exception-procs.tcl

Raise an exception. If you use this I will kill you. Note: despite the warning, this proc has been used in acs-authentication.

Parameters:
exception (required)
value (optional)
Author:
rhs@mit.edu
Created:
2000-09-09

Testcases:
ad_raise_exception
Source code:
    return -code error -errorcode [list "AD" "EXCEPTION" $exception$value
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: