net.rim.pushsdk.commons
Class StackTraceUtil
java.lang.Object
net.rim.pushsdk.commons.StackTraceUtil
public class StackTraceUtil
- extends Object
Utility to print the contents of a stack trace to a string.
- Author:
- mdicesare
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackTraceUtil
public StackTraceUtil()
getStackTrace
public static String getStackTrace(Throwable aThrowable)
- Gets the stack trace associated with a throwable.
- Parameters:
aThrowable - the throwable to get the stack trace for
- Returns:
- the contents of a stack trace
Copyright © 2011 Research In Motion. All Rights Reserved.