Package com.yahoo.exception
Class ExceptionUtils
- java.lang.Object
-
- com.yahoo.exception.ExceptionUtils
-
public class ExceptionUtils extends Object
Misc exception utility methods - replacement for Apache commons-lang's ExceptionUtils- Author:
- bjorncs
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getStackTraceAsString(Throwable throwable)
static String
getStackTraceRecursivelyAsString(Throwable throwable)
-