Class JBIG2Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.jbig2.err.JBIG2Exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IntegerMaxValueException, InvalidHeaderValueException

public class JBIG2Exception extends Exception
Identifies a JBIG2 exception.
See Also:
  • Field Details

  • Constructor Details

    • JBIG2Exception

      public JBIG2Exception()
    • JBIG2Exception

      public JBIG2Exception(String message)
    • JBIG2Exception

      public JBIG2Exception(Throwable cause)
    • JBIG2Exception

      public JBIG2Exception(String message, Throwable cause)