public class PdfOcrException
extends com.itextpdf.commons.exceptions.ITextException
| Constructor and Description |
|---|
PdfOcrException(String msg)
Creates a new PdfOcrException.
|
PdfOcrException(String msg, Throwable e)
Creates a new PdfOcrException.
|
PdfOcrException(Throwable e)
Creates a new PdfOcrException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
protected Object[] |
getMessageParams()
Gets additional params for Exception message.
|
PdfOcrException |
setMessageParams(String... messageParams)
Sets additional params for Exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PdfOcrException(String msg, Throwable e)
PdfOcrException.
msg - the detail message.
e - the cause (which is saved for later retrieval by Throwable.getCause() method).
public PdfOcrException(String msg)
PdfOcrException.
msg - the detail message.
public PdfOcrException(Throwable e)
PdfOcrException.
e - the cause which is saved for later retrieval by Throwable.getCause() method).
public String getMessage()
getMessage in class Throwable
protected Object[] getMessageParams()
public PdfOcrException setMessageParams(String... messageParams)
messageParams - additional params.
Copyright © 1998–2022 iText Group NV. All rights reserved.