|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fulcrum.yaafi.framework.util.ExceptionUtils
A subset of the utilities available in commons-lang-2.1 ExceptionUtils.
Constructor Summary | |
ExceptionUtils()
Public constructor allows an instance of ExceptionUtils
to be created, although that is not normally necessary. |
Method Summary | |
static java.lang.String |
getStackTrace(java.lang.Throwable throwable)
Gets the stack trace from a Throwable as a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExceptionUtils()
Public constructor allows an instance of ExceptionUtils
to be created, although that is not normally necessary.
Method Detail |
public static java.lang.String getStackTrace(java.lang.Throwable throwable)
Gets the stack trace from a Throwable as a String.
throwable
- the Throwable
to be examined
printStackTrace(PrintWriter)
method
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |