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.
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.