public class PdfException
extends com.itextpdf.commons.exceptions.ITextException
| Modifier and Type | Field and Description |
|---|---|
protected Object |
object
Object for more details
|
| Constructor and Description |
|---|
PdfException(String message)
Creates a new instance of PdfException.
|
PdfException(String message,
Object obj)
Creates a new instance of PdfException.
|
PdfException(String message,
Throwable cause)
Creates a new instance of PdfException.
|
PdfException(String message,
Throwable cause,
Object obj)
Creates a new instance of PdfException.
|
PdfException(Throwable cause)
Creates a new instance of PdfException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
protected Object[] |
getMessageParams()
Gets additional params for Exception message.
|
PdfException |
setMessageParams(Object... messageParams)
Sets additional params for Exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Object object
public PdfException(String message)
message - the detail message.public PdfException(Throwable cause)
cause - the cause (which is saved for later retrieval by Throwable.getCause() method).public PdfException(String message, Object obj)
message - the detail message.obj - an object for more details.public PdfException(String message, Throwable cause)
message - the detail message.cause - the cause (which is saved for later retrieval by Throwable.getCause() method).public PdfException(String message, Throwable cause, Object obj)
message - the detail message.cause - the cause (which is saved for later retrieval by Throwable.getCause() method).obj - an object for more details.public String getMessage()
getMessage in class Throwablepublic PdfException setMessageParams(Object... messageParams)
messageParams - additional params.protected Object[] getMessageParams()
Copyright © 1998–2025 Apryse Group NV. All rights reserved.