JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridErrorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.higrid.HiGridErrorEvent
All Implemented Interfaces:
Serializable

public class HiGridErrorEvent
extends EventObject

Event object for HiGridErrorEvent, a subclass of HiGridEvent containing information about the particular type of event.

See Also:
Serialized Form

Field Summary
protected  Exception exception
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HiGridErrorEvent(com.klg.jclass.higrid.HiGrid grid, Exception exception)
          Default constructor
 
Method Summary
 Exception getException()
          Return the exception that occured while HiGrid was running.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exception

protected Exception exception
Constructor Detail

HiGridErrorEvent

public HiGridErrorEvent(com.klg.jclass.higrid.HiGrid grid,
                        Exception exception)
Default constructor

Method Detail

getException

public Exception getException()
Return the exception that occured while HiGrid was running. This is usually a DataModelExecption.

Returns:
the wrapped exception.

Copyright © 2004 Quest Software Inc..
All rights reserved.