|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.util.ExceptionUtils
public final class ExceptionUtils
A collection of utility methods for manipulating exceptions.
Constructor Summary | |
---|---|
ExceptionUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getStackTraceAsString(java.lang.Throwable t)
Given a Throwable, this method returns a String representation of the complete stack trace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionUtils()
Method Detail |
---|
public static java.lang.String getStackTraceAsString(java.lang.Throwable t)
t
- the Throwable from which to extract the stack trace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |