Where Am I? Class Hierarchy All Classes All Fields and Methods

Class com.ibm.ivj.db.uibeans.ExceptionEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.ivj.db.uibeans.ExceptionEvent

public class ExceptionEvent
extends EventObject

This is the event class to support the com.ibm.ivj.db.uibeans.ExeceptionListener interface.

Version:
1.0 06/30/98

Constructor Index

ExceptionEvent(Object, Exception)

Method Index

getException()

Constructors

ExceptionEvent
 public ExceptionEvent(Object source,
                       Exception raisedException)

Methods

getException
 public Exception getException()

Where Am I? Class Hierarchy All Classes All Fields and Methods