|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.common.util
Class ExceptionUtil

java.lang.Objectcom.aendvari.common.util.ExceptionUtil
- public class ExceptionUtil
- extends java.lang.Object
Provides utility methods for handling exceptions.
| Constructor Summary | |
ExceptionUtil()
|
|
| Method Summary | |
static java.lang.String |
getStackTrace(java.lang.Exception exception)
Returns the exception stack trace as a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ExceptionUtil
public ExceptionUtil()
| Method Detail |
getStackTrace
public static java.lang.String getStackTrace(java.lang.Exception exception)
- Returns the exception stack trace as a string.
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.common.util.ExceptionUtil