Class PdfOfficeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.pdfoffice.exceptions.PdfOfficeException
All Implemented Interfaces:
Serializable

public class PdfOfficeException extends com.itextpdf.commons.exceptions.ITextException
Runtime exception that gets thrown if something goes wrong in the office files to PDF conversion.
See Also:
  • Constructor Details

    • PdfOfficeException

      public PdfOfficeException (String message)
      Creates PdfOfficeException instance.
      Parameters:
      message - a message which describes the exception
    • PdfOfficeException

      public PdfOfficeException (String message, Throwable cause)
      Creates PdfOfficeException instance.
      Parameters:
      message - a message which describes the exception
      cause - the cause (which is saved for later retrieval by Throwable.getCause() method).