|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.util.throwable.ThrowablePropertyDescriptor echopoint.util.throwable.ThrowableDescriptor
ThrowableDescriptor
describes an Throwable
and lists if properties, causes and its stack trace.
Method Summary | |
ThrowableDescriptor[] |
getCauses()
Returns the causes of the Throwable or a 0 length array if they are not known. |
java.lang.String |
getMessage()
Returns the localised message of the Throwable |
ThrowablePropertyDescriptor[] |
getProperties()
Returns an array of properties of the Throwable. |
java.lang.String[] |
getStackTrace()
Returns an array of stack tace messages for the Throwable. |
java.lang.Throwable |
getThrowable()
Returns the actual Throwable that this ThrowableDescriptor describes. |
void |
setStackTrace(java.lang.String[] strings)
|
java.lang.String |
toString()
|
Methods inherited from class echopoint.util.throwable.ThrowablePropertyDescriptor |
getModifiers, getName, getType, getValue, getValueAsString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public ThrowableDescriptor[] getCauses()
public java.lang.String getMessage()
public java.lang.String[] getStackTrace()
public java.lang.Throwable getThrowable()
public ThrowablePropertyDescriptor[] getProperties()
public java.lang.String toString()
Object.toString()
public void setStackTrace(java.lang.String[] strings)
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |