-- ============================================================================ -- >>>>>>>>>>>>>>>>>>>>>>>>>> ADA COMPILATION UNIT <<<<<<<<<<<<<<<<<<<<<<<<<<<< -- ============================================================================ -- -- NAME: Structure_Exceptions -- -- SPECIFICATION -- -- AUTHOR: Chuck Hobin -- -- DATE: 9 November 1993 -- -- CHANGE HISTORY -- -- MM-DD-YY | Initials | Description -- ---------------------------------------------------------------------------- -- -- ============================================================================ package Structure_Exceptions is -- Declares exceptions that are widely used across the Booch components. Overflow : exception; end Structure_Exceptions;