public class

ThrowableData

extends Object
java.lang.Object
   ↳ android.server.data.ThrowableData

Class Overview

Throwable data transfer object. Keep in sync. with the server side version.

Summary

Public Constructors
ThrowableData(Throwable throwable)
ThrowableData(DataInput in)
Public Methods
ThrowableData getCause()
String getMessage()
StackTraceElementData[] getStackTrace()
String getType()
String toString(String prefix)
String toString()
void write(DataOutput out)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ThrowableData (Throwable throwable)

public ThrowableData (DataInput in)

Throws
IOException

Public Methods

public ThrowableData getCause ()

public String getMessage ()

public StackTraceElementData[] getStackTrace ()

public String getType ()

public String toString (String prefix)

public String toString ()

Since: API Level

public void write (DataOutput out)

Throws
IOException