public class PdfException extends 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, toString
protected 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 Throwable
public PdfException setMessageParams(Object... messageParams)
messageParams
- additional params.
protected Object[] getMessageParams()
Copyright © 1998–2022 iText Group NV. All rights reserved.