public class ExceptionUtils extends Object
Constructor and Description |
---|
ExceptionUtils()
Public constructor allows an instance of
ExceptionUtils
to be created, although that is not normally necessary. |
Modifier and Type | Method and Description |
---|---|
static String |
getStackTrace(Throwable throwable)
Gets the stack trace from a Throwable as a String.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.