Interface ParsingExceptionCallback

    • Method Detail

      • handleUnparsableStanza

        void handleUnparsableStanza​(UnparseableStanza stanzaData)
                             throws java.io.IOException
        Called when parsing a stanza caused an exception.
        Parameters:
        stanzaData - the raw stanza data that caused the exception
        Throws:
        java.io.IOException - if an I/O error occurred.