jestr.generic.exception
Class ExceptionUtils

java.lang.Object
  extended byjestr.generic.exception.ExceptionUtils

public class ExceptionUtils
extends java.lang.Object


Constructor Summary
ExceptionUtils()
           
 
Method Summary
static java.lang.String getChainedStackTrace(java.lang.Throwable t)
           
static void printChainedStackTrace(java.lang.Throwable t, java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtils

public ExceptionUtils()
Method Detail

getChainedStackTrace

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

printChainedStackTrace

public static void printChainedStackTrace(java.lang.Throwable t,
                                          java.io.Writer writer)


Copyright (c) 2001-2003 - Apache Software Foundation