Class Pdf20ConformanceException

All Implemented Interfaces:
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:
  • Constructor Details

    • Pdf20ConformanceException

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

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