|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| 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. |
String |
getMessage()
Returns the localised message of the Throwable |
ThrowablePropertyDescriptor[] |
getProperties()
Returns an array of properties of the Throwable. |
String[] |
getStackTrace()
Returns an array of stack tace messages for the Throwable. |
Throwable |
getThrowable()
Returns the actual Throwable that this ThrowableDescriptor describes. |
void |
setStackTrace(String[] strings)
|
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 String getMessage()
public String[] getStackTrace()
public Throwable getThrowable()
public ThrowablePropertyDescriptor[] getProperties()
public String toString()
toString in class ObjectObject.toString()public void setStackTrace(String[] strings)
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||