Class PdfUAConformanceException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      PdfUAConformanceException​(java.lang.String message)
      Creates a PdfUAConformanceException.
      PdfUAConformanceException​(java.lang.String message, java.lang.Exception cause)
      Creates a PdfUAConformanceException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PdfUAConformanceException

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

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