net.sourceforge.jaulp.exception
Class ExceptionUtils

java.lang.Object
  extended by net.sourceforge.jaulp.exception.ExceptionUtils

public class ExceptionUtils
extends java.lang.Object

The Class ExceptionUtils.

Version:
1.0
Author:
Asterios Raptis

Constructor Summary
ExceptionUtils()
           
 
Method Summary
static java.lang.String getStackTrace(java.lang.Throwable throwable)
          Gets the stacktrace as string.
 
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

getStackTrace

public static java.lang.String getStackTrace(java.lang.Throwable throwable)
Gets the stacktrace as string.

Parameters:
throwable - the throwable
Returns:
the stacktrace as string.


Copyright © 2010. All Rights Reserved.