Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getParsingException

        public java.lang.Exception getParsingException()
        Get the exception that caused the parser to fail.
        Returns:
        the exception that caused the parser to fail
      • getContent

        public java.lang.CharSequence getContent()
        Retrieve the raw stanza data.
        Returns:
        the raw stanza data