Uses of Class
com.etymon.pjx.PdfException

Packages that use PdfException
com.etymon.pjx The fundamental classes for creation and modification of PDF documents. 
com.etymon.pjx.stream Provides methods for encoding and decoding PDF streams. 
 

Uses of PdfException in com.etymon.pjx
 

Subclasses of PdfException in com.etymon.pjx
 class PdfFormatException
          Thrown if a PDF object is encountered that does not conform to the PDF specification.
 

Methods in com.etymon.pjx that throw PdfException
 java.lang.String PdfReader.readHeader()
          Reads the header of the PDF document.
 

Uses of PdfException in com.etymon.pjx.stream
 

Subclasses of PdfException in com.etymon.pjx.stream
 class PdfDecoderException
          Thrown if there is a problem related to PDF stream encoding or decoding.
 class PdfDecoderFormatException
          Thrown if a stream decoder encounters data in a stream that it cannot decode.
 class PdfDecoderNotSupportedException
          Thrown if stream decoding requires a decoder method that is not supported by this package.