public class UnparsablePacket extends Object
| Constructor and Description |
|---|
UnparsablePacket(CharSequence content,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getContent()
Retrieve the raw stanza data
|
Exception |
getParsingException() |
public UnparsablePacket(CharSequence content, Exception e)
public Exception getParsingException()
public CharSequence getContent()