Class ExceptionLoggingCallback

java.lang.Object
org.jivesoftware.smack.parsing.ExceptionLoggingCallback
All Implemented Interfaces:
ParsingExceptionCallback

public class ExceptionLoggingCallback extends Object implements ParsingExceptionCallback
Simple parsing exception callback that only logs the encountered parsing exception to java util logging.
  • Constructor Details

    • ExceptionLoggingCallback

      public ExceptionLoggingCallback()
  • Method Details