Package org.jivesoftware.smack
Class UnparseableStanza
- java.lang.Object
-
- org.jivesoftware.smack.UnparseableStanza
-
public class UnparseableStanza extends java.lang.Object
Representation of an unparsable stanza.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.CharSequence
getContent()
Retrieve the raw stanza data.java.lang.Exception
getParsingException()
Get the exception that caused the parser to fail.
-