Weaver 3.1.0a1-D1

com.oldlight.weaver.admin
Class WeaverStatistics.ExceptionDetails

java.lang.Object
  extended bycom.oldlight.weaver.admin.WeaverStatistics.ExceptionDetails
Enclosing class:
WeaverStatistics

public static class WeaverStatistics.ExceptionDetails
extends Object


Field Summary
private  String message
           
private  String stackTrace
           
private  Date time
           
 
Constructor Summary
private WeaverStatistics.ExceptionDetails(Throwable t)
           
 
Method Summary
 String getMessage()
           
 String getStackTrace()
           
 Date getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

private Date time

message

private String message

stackTrace

private String stackTrace
Constructor Detail

WeaverStatistics.ExceptionDetails

private WeaverStatistics.ExceptionDetails(Throwable t)
Method Detail

getMessage

public String getMessage()

getTime

public Date getTime()

getStackTrace

public String getStackTrace()

Copyright ©Paul Harvey