com.croftsoft.core.lang
Class ThrowableLib

java.lang.Object
  extended by com.croftsoft.core.lang.ThrowableLib

public final class ThrowableLib
extends Object

A collection of static methods to manipulate java.lang.Throwable.

Since:
2001-05-18
Version:
2001-05-18
Author:
David W. Croft

Method Summary
static String getStackTrace(Throwable throwable)
          Returns the stack trace as a String.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)

getStackTrace

public static String getStackTrace(Throwable throwable)
Returns the stack trace as a String.


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)