|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.util.ThrowableHelper
public abstract class ThrowableHelper
Helper class for handling throwable objects.
Constructor Summary | |
---|---|
ThrowableHelper()
|
Method Summary | |
---|---|
static java.lang.String |
toString(java.lang.Throwable ex)
This toString() method returns richer information by including the stack trace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThrowableHelper()
Method Detail |
---|
public static java.lang.String toString(java.lang.Throwable ex)
ex
- the throwable object (exception, error)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |