Package 

Interface OnErrorListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onError(Throwable t) Called when an error occurs for the document
      • Methods inherited from class java.lang.Object

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

      • onError

         abstract Unit onError(Throwable t)

        Called when an error occurs for the document

        Parameters:
        t - The throwable corresponding to the error