Tivoli Connection Guide and Reference


Generating Tivoli Events from Smalltalk Exceptions

When exceptions occur in your application, you may want to represent them as events that are sent to the Tivoli Enterprise Console. The TivoliExceptionsApp defines three classes that assist in generating an Application Error event when a Smalltalk exception occurs.

TivExceptionalEvent is a subclass of ExceptionalEvent that provides an interface to the TECEIF.DLL and generates an Application Error event when an instance is signaled.

TivExceptionalEventRoot is a subclass of Object that defines a TivExceptionalEvent instance that is the root, or parent, of all TivExceptionalEvent instances.

TivSampleExceptionsCheckingAccount is a sample class that illustrates how to define and signal TivExceptionalEvents.


[ Top of Page | Previous Page | Next Page | Table of Contents ]