apollo.Statistics
Class ExceptionData

java.lang.Object
  |
  +--apollo.Statistics.ExceptionData
All Implemented Interfaces:
java.io.Serializable

public class ExceptionData
extends java.lang.Object
implements java.io.Serializable

This is the ExceptionData class. It stores data about a particular UserException. Copyright Joe Kislo, All Rights Reserved.

See Also:
Serialized Form

Constructor Summary
ExceptionData(java.util.Date date, java.lang.Exception e)
           
ExceptionData(java.lang.Exception e)
           
 
Method Summary
 java.util.Date getDate()
           
 java.lang.Exception getException()
           
 java.lang.String getTraceBackHTML()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionData

public ExceptionData(java.util.Date date,
                     java.lang.Exception e)

ExceptionData

public ExceptionData(java.lang.Exception e)
Method Detail

getDate

public java.util.Date getDate()

getException

public java.lang.Exception getException()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getTraceBackHTML

public java.lang.String getTraceBackHTML()