Package: ASCL

Last update: 18 Sep 99 / 19:30


Overview

This package contains defintions common to all ASCL packages.


Synopsis

Usage_Error : exception;

Out_Of_Memory : exception;

Not_Initialized : exception;

Description

Usage_Error

This exception shall be raised by a component if iniput parameters are not supplied correctly or a method is appled when the component is in a wrong state.

Out_Of_memory

This exception is thrown, when no memory for the object instance is available or some other resource shortage does exist.

Not_Initialized

This method is thrown when a method is applied to an object instance without beeing intialized previously.


Discussion

Further definitions may be contained in the domain specific packages.

References