public class PdfOfficeException extends RuntimeException
| 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, toStringpublic 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–2021 iText Group NV. All rights reserved.