Class PdfXConformanceException

All Implemented Interfaces:
Serializable

public class PdfXConformanceException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • PdfXConformanceException

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

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