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