Class PdfXConformanceException

All Implemented Interfaces:
Serializable

@Deprecated public class PdfXConformanceException extends RuntimeException
Deprecated.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      See Also:
  • Constructor Details

    • PdfXConformanceException

      public PdfXConformanceException()
      Deprecated.
      Creates a new instance of PdfXConformanceException.
    • PdfXConformanceException

      public PdfXConformanceException(String s)
      Deprecated.
      Creates a new instance of PdfXConformanceException.
      Parameters:
      s - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.