Class PDFErrorHandler

java.lang.Object
org.loboevolution.pdfview.PDFErrorHandler

public class PDFErrorHandler extends Object
Simple class to handle exceptions - as default we just print the stack trace but it's possible to inject another behaviour

Author xond

  • Constructor Details

    • PDFErrorHandler

      public PDFErrorHandler()
  • Method Details

    • publishException

      public void publishException(Throwable e)

      publishException.

      Parameters:
      e - a Throwable object.