package YAMI

Public [exceptions] [fields]

Exceptions

Logic_Error

   Logic_Error : exception;

General exception for reporting logic errors.

Logic errors represent misuses of the API like invalid arguments, out of range indexes or type mismatches.

Runtime_Error

   Runtime_Error : exception;

General exception for reporting run-time errors.

Runtime errors represent problems that might not result from incorrect library usage, but can be related to resource constraints or communication problems.


Variables, Constants and Fields

Version_Name

   Version_Name : constant String := "1.10.0";
   Version_Number : constant := 11000;

Library version information.