Class PdfConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.xima.fc.transform.pdf.convert.PdfConversionException
All Implemented Interfaces:
Serializable

public class PdfConversionException extends RuntimeException
RuntimeException to be thrown in case of conversion problems.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • PdfConversionException

      public PdfConversionException(String msg)
      Parameters:
      msg - the error description
    • PdfConversionException

      public PdfConversionException(String msg, Throwable cause)
      Parameters:
      msg - the error description
      cause - the actual cause of the error