jpl.eda.archive.activity
Class EventException

java.lang.Object
  extended byjpl.eda.activity.Incident
      extended byjpl.eda.archive.activity.EventException
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class EventException
extends jpl.eda.activity.Incident

This class represents an event exception occurring during the activity.

Version:
$Revision: 1.1 $
Author:
S. Hardman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jpl.eda.activity.Incident
time
 
Constructor Summary
EventException(java.lang.String exception, java.lang.String message)
          This constructor first calls the Incident constructor and then sets the parameters.
 
Method Summary
 java.lang.String toString()
          Return the contents of this class.
 
Methods inherited from class jpl.eda.activity.Incident
compareTo, equals, getActivityID, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventException

public EventException(java.lang.String exception,
                      java.lang.String message)
This constructor first calls the Incident constructor and then sets the parameters.

Parameters:
exception - The name of the exception class.
message - The message associated with the exception.
Method Detail

toString

public java.lang.String toString()
Return the contents of this class.

Returns:
The name of the exception class and the message in a string.


Copyright © 1999-2005 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.