Class PDFImageParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.loboevolution.pdfview.PDFImageParseException
All Implemented Interfaces:
Serializable

public class PDFImageParseException extends IOException
an exception class for recording errors when parsing an PDFImage

Author Katja Sondermann

See Also:
  • Constructor Details

    • PDFImageParseException

      public PDFImageParseException(String msg)

      Constructor for PDFImageParseException.

      Parameters:
      msg - a String object.
    • PDFImageParseException

      public PDFImageParseException(String msg, Throwable cause)

      Constructor for PDFImageParseException.

      Parameters:
      msg - a String object.
      cause - a Throwable object.