org.csc.phynixx.common.exceptions
Class ExceptionUtils

java.lang.Object
  extended by org.csc.phynixx.common.exceptions.ExceptionUtils

public class ExceptionUtils
extends Object

Author:
christoph

Constructor Summary
protected ExceptionUtils()
           
 
Method Summary
static String getStackTrace()
           
static String getStackTrace(Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtils

protected ExceptionUtils()
Method Detail

getStackTrace

public static String getStackTrace(Throwable throwable)
Parameters:
throwable - Throwable
Returns:
stack trace
Since:
JDK 1.2

getStackTrace

public static String getStackTrace()
Returns:
stack trace
Since:
JDK 1.2


Copyright © 2015. All rights reserved.