Class PdfUAConformanceException

All Implemented Interfaces:
Serializable

public class PdfUAConformanceException extends PdfException
Exception that is thrown when the PDF Document doesn't adhere to the PDF/UA specification.
See Also:
  • Constructor Details

    • PdfUAConformanceException

      public PdfUAConformanceException (String message)
      Creates a PdfUAConformanceException.
      Parameters:
      message - the error message
    • PdfUAConformanceException

      public PdfUAConformanceException (String message, Exception cause)
      Creates a PdfUAConformanceException.
      Parameters:
      message - the detail message.
      cause - the cause.