Ada Handle and Handleby Kinds

Kind Name
Entity Performing Reference
Entity Being Referenced
Ada Handle
some_proc
some_exception
Ada Handleby
some_exception
some_proc

Handle and Handleby reference kinds indicate a reference to an exception entity in an exception handler.

procedure some_proc is 
begin 
  ... 
exception 
   when some_exception => 
	  ... 
end; 

Scientific Toolworks, Inc.
http://www.scitools.com