Forward Computing and Control Pty. Ltd.
Threads Package V1.0.3

2005/04/11

au.com.forward.threads
Class StackTrace

java.lang.Object
  extended by au.com.forward.threads.StackTrace

public class StackTrace
extends java.lang.Object

The static toString(Throwable t) method of this class is used to retrieve the contents of an exception's stack trace as a String.

Version:
1.0 28/04/2002
Author:
Matthew Ford

Method Summary
static java.lang.String toString(java.lang.Throwable e)
          Returns the Throwable's stack trace as a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static java.lang.String toString(java.lang.Throwable e)
Returns the Throwable's stack trace as a String.

Parameters:
e - the Throwable to convert to a String.
Returns:
the contents of stack trace or the string "Throwable parameter was null." if the input arguement was null.

Forward Computing and Control Pty. Ltd.
Threads Package V1.0.3

2005/04/11

Copyright ©2002-5, Forward Computing and Control Pty. Ltd
ACN 003 669 994   NSW Australia,   All Rights Reserved.