Class PDFreactorPDFConformanceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
All Implemented Interfaces:
Serializable

public class PDFreactorPDFConformanceException extends ConversionException
Thrown when the configured Configuration.setConformance(Conformance) could not be achieved.
See Also:
  • Constructor Details

    • PDFreactorPDFConformanceException

      public PDFreactorPDFConformanceException(com.realobjects.pdfbaker.pdf.PdfXConformanceException msgSrc)
      Copies message from PDFbaker conformance exception to new PDFreactor conformance exception, not keeping a cause.
    • PDFreactorPDFConformanceException

      public PDFreactorPDFConformanceException(String message)
  • Method Details