Uses of Class
org.apache.pdfbox.jbig2.err.JBIG2Exception
-
Packages that use JBIG2Exception Package Description org.apache.pdfbox.jbig2 org.apache.pdfbox.jbig2.err -
-
Uses of JBIG2Exception in org.apache.pdfbox.jbig2
Methods in org.apache.pdfbox.jbig2 that throw JBIG2Exception Modifier and Type Method Description private void
JBIG2Page. composePageBitmap()
This method composes the segments' bitmaps to a page and stores the page as aBitmap
protected Bitmap
JBIG2Page. getBitmap()
This method returns the decoded bitmap if present.protected int
JBIG2Page. getHeight()
Returns the final height of the page. -
Uses of JBIG2Exception in org.apache.pdfbox.jbig2.err
Subclasses of JBIG2Exception in org.apache.pdfbox.jbig2.err Modifier and Type Class Description class
IntegerMaxValueException
Can be used if the maximum value limit of an integer is exceeded.class
InvalidHeaderValueException
Can be used if a segment header value is invalid.
-