net.sourceforge.jwebunit.util
Class ExceptionUtility

java.lang.Object
  |
  +--net.sourceforge.jwebunit.util.ExceptionUtility

public class ExceptionUtility
extends java.lang.Object

Utility to get stack trace as string from an exception.

Author:
Wilkes Joiner

Constructor Summary
ExceptionUtility()
           
 
Method Summary
static java.lang.String stackTraceToString(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtility

public ExceptionUtility()
Method Detail

stackTraceToString

public static java.lang.String stackTraceToString(java.lang.Throwable t)


Copyright © 2002 ThoughtWorks, Inc. All Rights Reserved.