Class 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:
    Serialized Form
    • Constructor Detail

      • 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