Class ExceptionThrowingCallback

    • Constructor Detail

      • ExceptionThrowingCallback

        public ExceptionThrowingCallback()
    • Method Detail

      • handleUnparsableStanza

        public void handleUnparsableStanza​(UnparseableStanza packetData)
                                    throws java.io.IOException
        Description copied from interface: ParsingExceptionCallback
        Called when parsing a stanza caused an exception.
        Specified by:
        handleUnparsableStanza in interface ParsingExceptionCallback
        Parameters:
        packetData - the raw stanza data that caused the exception
        Throws:
        java.io.IOException - if an I/O error occurred.