|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.yajul.util.ExceptionUtil
public class ExceptionUtil
Helper methods for exceptions.
User: josh
Date: Sep 24, 2007
Time: 11:27:13 AM
Constructor Summary | |
---|---|
ExceptionUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getStackTraceAsString(java.lang.Throwable t)
Puts a stack trace into a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionUtil()
Method Detail |
---|
public static java.lang.String getStackTraceAsString(java.lang.Throwable t)
t
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |