com.arsdigita.developersupport
Class StackTrace
java.lang.Object
java.lang.Throwable
com.arsdigita.developersupport.StackTrace
- All Implemented Interfaces:
- Serializable
- public final class StackTrace
- extends Throwable
You can use this class for capturing and logging timestamped stack traces.
In addition to the actual stack trace, instances of this class "remember" the
name of the thread in which they were instantiated.
- Since:
- 2003-12-22
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/developersupport/StackTrace.java#3 $
- Author:
- Vadim Nasardinov (vadimn@redhat.com)
- See Also:
- Serialized Form
StackTrace
public StackTrace()
getMessage
public String getMessage()
- Returns both the
thread name
and the timestamp
.
getThreadName
public String getThreadName()
getTimestamp
public Date getTimestamp()
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC