Class UnparseableStanza

java.lang.Object
org.jivesoftware.smack.UnparseableStanza

public class UnparseableStanza extends Object
Representation of an unparsable stanza.
  • Method Details

    • 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