planetj.gui
Class CmExceptionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--planetj.gui.CmExceptionEvent
All Implemented Interfaces:
Serializable

public class CmExceptionEvent
extends EventObject

This is the event class to support the cm.common.gui.CmExceptionListener interface.

See Also:
Serialized Form

Constructor Summary
CmExceptionEvent(Object source)
          CmExceptionEvent constructor comment.
 
Method Summary
 CMException getCMException()
           
 CmExceptionEvent setCMException(CMException e)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmExceptionEvent

public CmExceptionEvent(Object source)
CmExceptionEvent constructor comment.

Parameters:
source - java.lang.Object
Method Detail

getCMException

public CMException getCMException()

setCMException

public CmExceptionEvent setCMException(CMException e)