Package org.jivesoftware.smack
Class UnparseableStanza
java.lang.Object
org.jivesoftware.smack.UnparseableStanza
Representation of an unparsable stanza.
- 
Method Summary
Modifier and TypeMethodDescriptionRetrieve the raw stanza data.Get the exception that caused the parser to fail. 
- 
Method Details
- 
getParsingException
Get the exception that caused the parser to fail.- Returns:
 - the exception that caused the parser to fail
 
 - 
getContent
Retrieve the raw stanza data.- Returns:
 - the raw stanza data
 
 
 -