org.csc.phynixx.common.exceptions
Class ExceptionUtils
java.lang.Object
org.csc.phynixx.common.exceptions.ExceptionUtils
public class ExceptionUtils
- extends Object
- Author:
- christoph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtils
protected ExceptionUtils()
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.