|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.util.throwable.ThrowablePropertyDescriptor
echopoint.util.throwable.ThrowableDescriptor
public class 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()
toString in class java.lang.ObjectObject.toString()public void setStackTrace(java.lang.String[] strings)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||