|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ebay.carad.os.vitalsigns.util.ExceptionUtil
public abstract class ExceptionUtil
Simple utilities for Exceptions.
Constructor Summary | |
---|---|
ExceptionUtil()
|
Method Summary | |
---|---|
private static java.lang.String |
exceptionMessageImpl(java.lang.Throwable th)
|
static java.lang.String |
fullDetailsMessage(java.lang.Throwable th)
Creates an entire dump of the throwables message, stack trace, and caused by. |
static java.lang.String |
stringValue(java.lang.Throwable throwable)
Returns a nicely formatted, string-form stack trace of the given Throwable. |
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 stringValue(java.lang.Throwable throwable)
throwable
- the Throwable item to convert
public static final java.lang.String fullDetailsMessage(java.lang.Throwable th)
th.getMessage()
, so the message has to have everything
packed into it.
th
- The throwable to format.
private static final java.lang.String exceptionMessageImpl(java.lang.Throwable th)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |