public class PdfOfficeException
extends com.itextpdf.commons.exceptions.ITextException
Constructor and Description |
---|
PdfOfficeException(String message)
Creates PdfOfficeException instance.
|
PdfOfficeException(String message, Throwable cause)
Creates PdfOfficeException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PdfOfficeException(String message)
PdfOfficeException
instance.
message
- a message which describes the exception
public PdfOfficeException(String message, Throwable cause)
PdfOfficeException
instance.
message
- a message which describes the exception
cause
- the cause (which is saved for later retrieval by Throwable.getCause()
method).
Copyright © 1998–2022 iText Group NV. All rights reserved.