Class Pdf20ConformanceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class Pdf20ConformanceException
    extends PdfException
    Exception that is thrown when the PDF Document doesn't adhere to the PDF 2.0 specification.
    See Also:
    Serialized Form
    • Constructor Detail

      • Pdf20ConformanceException

        public Pdf20ConformanceException​(java.lang.String message)
        Creates new Pdf20ConformanceException instance.
        Parameters:
        message - the error message
      • Pdf20ConformanceException

        public Pdf20ConformanceException​(java.lang.String message,
                                         java.lang.Exception cause)
        Creates new Pdf20ConformanceException instance.
        Parameters:
        message - the detail message
        cause - the cause