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 Summary
ConstructorsConstructorDescriptionPdfOfficeException(String message) CreatesPdfOfficeExceptioninstance.PdfOfficeException(String message, Throwable cause) CreatesPdfOfficeExceptioninstance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfOfficeException
CreatesPdfOfficeExceptioninstance.- Parameters:
-
message- a message which describes the exception
-
PdfOfficeException
CreatesPdfOfficeExceptioninstance.- Parameters:
-
message- a message which describes the exception -
cause- the cause (which is saved for later retrieval byThrowable.getCause()method).
-