public class ExceptionUtils
extends java.lang.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 java.lang.String |
getStackTrace(java.lang.Throwable throwable)
Gets the stack trace from a Throwable as a String.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.