JUnit-addons
version 1.4

junitx.util
Class ThrowableUtil

java.lang.Object
  |
  +--junitx.util.ThrowableUtil

public class ThrowableUtil
extends java.lang.Object

Class providing utility methods for Throwable classes.

Version:
$Revision: 1.1 $ $Date: 2003/03/23 01:25:24 $
Author:
Vladimir R. Bossicard

Method Summary
static java.lang.String getStackTrace(java.lang.Throwable throwable)
          Extracts the stacktrace from the given throwable and returns it as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStackTrace

public static java.lang.String getStackTrace(java.lang.Throwable throwable)
Extracts the stacktrace from the given throwable and returns it as a string.


JUnit-addons
version 1.4

Copyright © 2002-2003 Vladimir R. Bossicard. All Rights Reserved.